mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
8 lines
309 B
Plaintext
8 lines
309 B
Plaintext
import csharp
|
|
import semmle.code.csharp.frameworks.system.runtime.CompilerServices
|
|
|
|
from
|
|
Attributable element, SystemRuntimeCompilerServicesOverloadResolutionPriorityAttribute attribute
|
|
where attribute = element.getAnAttribute() and attribute.fromSource()
|
|
select element, attribute, attribute.getPriority()
|