3 references to DelegateNotEqual
Microsoft.CodeAnalysis.CSharp (3)
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (3)
218
case BinaryOperatorKind.
DelegateNotEqual
:
276
case BinaryOperatorKind.
DelegateNotEqual
:
2011
if (operatorKind == BinaryOperatorKind.DelegateEqual || operatorKind == BinaryOperatorKind.
DelegateNotEqual
)