Skip to content

Commit 7a1a90b

Browse files
committed
C#: Address review comment.
1 parent fa2d633 commit 7a1a90b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csharp/ql/lib/semmle/code/csharp/dispatch/Dispatch.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ private module Internal {
116116
not oc.isLateBound() and
117117
not oc instanceof InstanceOperatorCall
118118
} or
119-
TDispatchInstanceOperatorCall(InstanceOperatorCall caoc) or
119+
TDispatchInstanceOperatorCall(InstanceOperatorCall ioc) or
120120
TDispatchReflectionCall(MethodCall mc, string name, Expr object, Expr qualifier, int args) {
121121
isReflectionCall(mc, name, object, qualifier, args)
122122
} or

0 commit comments

Comments
 (0)