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

8 lines
158 B
Plaintext

import csharp
from SourceFile f, int mode
where not f.extractedStandalone()
and not extractionIsStandalone()
and file_extraction_mode(f,mode)
select f, mode