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