3 references to DelegateNotEqual
Microsoft.CodeAnalysis.CSharp (3)
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (3)
225
case BinaryOperatorKind.
DelegateNotEqual
:
283
case BinaryOperatorKind.
DelegateNotEqual
:
2029
if (operatorKind == BinaryOperatorKind.DelegateEqual || operatorKind == BinaryOperatorKind.
DelegateNotEqual
)