Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f08aca + a393bff commit 39e3254Copy full SHA for 39e3254
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