Files
codeql/csharp/ql/test/library-tests/methods/Methods1.ql
2018-12-20 10:19:59 +01:00

12 lines
118 B
Plaintext

/**
* @name Test for methods
*/
import csharp
from Method s
where
s.hasName("Swap") and
s.isStatic()
select s