Files
codeql/csharp/ql/test/library-tests/assemblylocation/AssemblyLocation.ql
2018-12-20 10:19:59 +01:00

9 lines
190 B
Plaintext

import csharp
from Element e, Assembly a
where
e.fromSource() and
a = e.getALocation() and
a.getFullName() = "program, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"
select e