We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Element::getLocation
SelfAssignment.ql
1 parent 1f3f7e9 commit a393bffCopy full SHA for a393bff
1 file changed
csharp/ql/lib/semmle/code/dotnet/Element.qll
@@ -14,6 +14,7 @@ class Element extends @dotnet_element {
14
string toString() { none() }
15
16
/** Gets the location of this element. */
17
+ pragma[nomagic]
18
Location getLocation() { none() }
19
20
/**
0 commit comments