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