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 f94aaee commit d83f221Copy full SHA for d83f221
csharp/ql/test/library-tests/methods/Parameters4.ql
@@ -4,5 +4,5 @@
4
5
import csharp
6
7
-where forall(Parameter p | p.isParams() | p.getType() instanceof ArrayType)
+where forall(Parameter p | p.isParams() and p.fromSource() | p.getType() instanceof ArrayType)
8
select 1
0 commit comments