4 references to DelegateNotEq
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1999ek = ExpressionKind.DelegateNotEq;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (2)
518case ExpressionKind.DelegateNotEq: 639ExpressionKind.DelegateNotEq => PREDEFMETH.PM_EXPRESSION_NOTEQUAL_USER_DEFINED,
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
70ExpressionKind.DelegateNotEq => VisitDELEGATENE(pExpr as ExprBinOp),