2 references to LiftedEnumSubtraction
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\Operators\BinaryOperatorOverloadResolution.cs (2)
494
operators.Add(new BinaryOperatorSignature(BinaryOperatorKind.
LiftedEnumSubtraction
, nullableEnum, nullableEnum, nullableUnderlying));
509
operators.Add(new BinaryOperatorSignature(BinaryOperatorKind.
LiftedEnumSubtraction
, nullableEnum, nullableEnum, nullableUnderlying)