Files
codeql/csharp/ql/integration-tests/all-platforms/cshtml/Files.ql

6 lines
88 B
Plaintext

import csharp
from File f
where f.fromSource() or f.getExtension() = "cshtml"
select f