2 references to UserDefinedBinaryOperatorCanBeLifted
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\Operators\BinaryOperatorOverloadResolution.cs (2)
1029
LiftingResult lifting =
UserDefinedBinaryOperatorCanBeLifted
(leftOperandType, rightOperandType, resultType, kind);
1556
LiftingResult lifting =
UserDefinedBinaryOperatorCanBeLifted
(leftOperandType, rightOperandType, resultType, kind);