Files
codeql/csharp/ql/integration-tests/all-platforms/blazor/Files.ql
2025-01-07 22:57:23 -05:00

6 lines
87 B
Plaintext

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