mirror of
https://github.com/github/codeql.git
synced 2026-04-14 03:24:06 +02:00
6 lines
93 B
Plaintext
6 lines
93 B
Plaintext
import csharp
|
|
|
|
from Attribute a
|
|
where a.getType().getName() = "Attribute1Attribute"
|
|
select a
|