3 references to GetEnumBinOpType
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (3)
636
?
GetEnumBinOpType
(ek, nonLiftedArg1.Type, nonLiftedArg2.Type, out _)
2012
AggregateType typeDst =
GetEnumBinOpType
(ek, arg1.Type, arg2.Type, out AggregateType typeEnum);
2053
NullableType typeDst = TypeManager.GetNullable(
GetEnumBinOpType
(ek, nonNullableType1, nonNullableType2, out AggregateType typeEnum));