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.
isValidExplicitParamsType()
1 parent 28261d6 commit 0f7dc51Copy full SHA for 0f7dc51
1 file changed
csharp/ql/src/semmle/code/csharp/exprs/Call.qll
@@ -287,6 +287,7 @@ class Call extends DotNet::Call, Expr, @call {
287
* }
288
* ```
289
*/
290
+pragma[nomagic]
291
private predicate isValidExplicitParamsType(Parameter p, Type t) {
292
p.isParams() and
293
t.isImplicitlyConvertibleTo(p.getType())
0 commit comments