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 66eca53 commit eabf6b0Copy full SHA for eabf6b0
1 file changed
csharp/ql/src/Stubs/MinimalStubsFromSource.ql
@@ -25,7 +25,8 @@ class UsedInSource extends GeneratedDeclaration {
25
or
26
this = any(Attribute a).getType().getAConstructor()
27
) and
28
- this.fromLibrary()
+ this.fromLibrary() and
29
+ this.(Modifiable).isEffectivelyPublic()
30
}
31
32
0 commit comments