mirror of
https://github.com/github/codeql.git
synced 2026-03-23 07:56:54 +01:00
8 lines
184 B
Plaintext
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
|