mirror of
https://github.com/github/codeql.git
synced 2026-07-20 18:58:36 +02:00
6 lines
165 B
Plaintext
6 lines
165 B
Plaintext
import csharp
|
|
import semmle.code.csharp.frameworks.test.NUnit
|
|
|
|
from TestCaseSourceAttribute attribute
|
|
select attribute.getTarget(), attribute.getSourceDeclaration()
|