4 references to DelegateEq
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1993ek = ExpressionKind.DelegateEq;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (2)
517case ExpressionKind.DelegateEq: 638ExpressionKind.DelegateEq => PREDEFMETH.PM_EXPRESSION_EQUAL_USER_DEFINED,
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
69ExpressionKind.DelegateEq => VisitDELEGATEEQ(pExpr as ExprBinOp),