mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
9 lines
190 B
Plaintext
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
|