2 references to BinopEasyOut
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\Operators\BinaryOperatorEasyOut.cs (1)
305
var easyOut =
BinopEasyOut
.OpKind(kind, leftType, rightType);
Compilation\CSharpCompilation.cs (1)
4244
var easyOutBinaryKind = OverloadResolution.
BinopEasyOut
.OpKind(binaryKind, csharpLeftType, csharpRightType);