Files
codeql/csharp/ql/test/library-tests/assemblylocation/AssemblyLocation.ql
2018-08-02 17:53:23 +01:00

8 lines
184 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