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 1c06378 commit 91c1ec3Copy full SHA for 91c1ec3
csharp/ql/src/utils/modelgenerator/internal/CaptureModelsSpecific.qll
@@ -38,7 +38,8 @@ private predicate isRelevantForModels(CS::Callable api) {
38
api.getDeclaringType().getNamespace().getFullName() != "" and
39
not api instanceof CS::ConversionOperator and
40
not api instanceof Util::MainMethod and
41
- not api instanceof CS::Destructor
+ not api instanceof CS::Destructor and
42
+ not api instanceof CS::AnonymousFunctionExpr
43
}
44
45
/**
0 commit comments