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

6 lines
106 B
Plaintext

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