mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
C#: Implement missingArgumentCallExclude and multipleArgumentCallExclude
This commit is contained in:
@@ -2032,7 +2032,7 @@ abstract class PostUpdateNode extends Node {
|
||||
abstract Node getPreUpdateNode();
|
||||
}
|
||||
|
||||
private module PostUpdateNodes {
|
||||
module PostUpdateNodes {
|
||||
class ObjectCreationNode extends PostUpdateNode, ExprNode, TExprNode {
|
||||
private ObjectCreation oc;
|
||||
|
||||
|
||||
@@ -50,6 +50,9 @@ class DispatchCall extends Internal::TDispatchCall {
|
||||
RuntimeCallable getADynamicTargetInCallContext(DispatchCall ctx) {
|
||||
result = Internal::getADynamicTargetInCallContext(this, ctx)
|
||||
}
|
||||
|
||||
/** Holds if this call uses reflection. */
|
||||
predicate isReflection() { this instanceof Internal::TDispatchReflectionCall }
|
||||
}
|
||||
|
||||
/** Internal implementation details. */
|
||||
|
||||
Reference in New Issue
Block a user