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