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

9 lines
165 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