We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8847986 commit 6a89c09Copy full SHA for 6a89c09
csharp/ql/lib/semmle/code/csharp/Element.qll
@@ -66,6 +66,7 @@ class Element extends @element {
66
final Location getLocation() { result = bestLocation(this) }
67
68
/** Gets a location of this element, including sources and assemblies. */
69
+ overlay[global]
70
Location getALocation() { none() }
71
72
/** Gets the parent of this element, if any. */
0 commit comments