mirror of
https://github.com/github/codeql.git
synced 2026-02-23 18:33:42 +01:00
6 lines
157 B
Plaintext
6 lines
157 B
Plaintext
import csharp
|
|
import semmle.code.csharp.frameworks.test.NUnit
|
|
|
|
from ValueSourceAttribute attribute
|
|
select attribute.getTarget(), attribute.getSourceMethod()
|