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