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