mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
9 lines
165 B
Plaintext
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
|