3 references to DelegateNotEqual
Microsoft.CodeAnalysis.CSharp (3)
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (3)
224
case BinaryOperatorKind.
DelegateNotEqual
:
282
case BinaryOperatorKind.
DelegateNotEqual
:
2017
if (operatorKind == BinaryOperatorKind.DelegateEqual || operatorKind == BinaryOperatorKind.
DelegateNotEqual
)