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.
1 parent ab2e0fd commit 7af9d75Copy full SHA for 7af9d75
1 file changed
csharp/ql/lib/semmle/code/cil/Method.qll
@@ -89,7 +89,7 @@ class Method extends DotNet::Callable, Element, Member, TypeContainer, DataFlowN
89
90
override Location getLocation() { result = Element.super.getLocation() }
91
92
- override Location getALocation() { cil_method_location(this.getUnboundDeclaration(), result) }
+ override Location getALocation() { cil_method_location(this.getUnboundMethod+(), result) }
93
94
override MethodParameter getParameter(int n) {
95
if this.isStatic()
0 commit comments