Files
codeql/csharp/ql/integration-tests/all-platforms/standalone_winforms/Assemblies.ql

6 lines
128 B
Plaintext

import csharp
from Assembly a
where exists(a.getFile().getAbsolutePath().indexOf("microsoft.windowsdesktop.app.ref"))
select a