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 8b08ddf commit 04960fcCopy full SHA for 04960fc
csharp/ql/src/utils/model-generator/internal/CaptureModelsSpecific.qll
@@ -21,6 +21,7 @@ class Type = CS::Type;
21
*/
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
26
}
27
0 commit comments