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 91bd3d1 commit 51661bfCopy full SHA for 51661bf
csharp/ql/src/semmle/code/csharp/Callable.qll
@@ -313,6 +313,7 @@ class ExtensionMethod extends Method {
313
override predicate isStatic() { any() }
314
315
/** Gets the type being extended by this method. */
316
+ pragma[noinline]
317
Type getExtendedType() { result = getParameter(0).getType() }
318
319
override string getAPrimaryQlClass() { result = "ExtensionMethod" }
0 commit comments