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 5c13391 commit 8238c99Copy full SHA for 8238c99
csharp/ql/src/utils/model-generator/internal/CaptureModelsSpecific.qll
@@ -22,7 +22,8 @@ class Type = CS::Type;
22
private predicate isRelevantForModels(CS::Callable api) {
23
[api.(CS::Modifiable), api.(CS::Accessor).getDeclaration()].isEffectivelyPublic() and
24
not api instanceof CS::ConversionOperator and
25
- not api instanceof Util::MainMethod
+ not api instanceof Util::MainMethod and
26
+ api.getDeclaringType().getNamespace().getQualifiedName() != ""
27
}
28
29
/**
0 commit comments