Files
codeql/csharp/ql/test/library-tests/frameworks/test/NUnit1.ql
2018-08-02 17:53:23 +01:00

6 lines
157 B
Plaintext

import csharp
import semmle.code.csharp.frameworks.test.NUnit
from ValueSourceAttribute attribute
select attribute.getTarget(), attribute.getSourceMethod()