mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
7 lines
258 B
Plaintext
7 lines
258 B
Plaintext
import csharp
|
|
import semmle.code.csharp.frameworks.system.diagnostics.CodeAnalysis
|
|
|
|
from Attributable element, ExperimentalAttribute attribute
|
|
where attribute = element.getAnAttribute() and attribute.fromSource()
|
|
select element, attribute, attribute.getId()
|