5 references to BinaryOperatorSignature
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Operators.cs (2)
196bestSignature = new BinaryOperatorSignature( 340new BinaryOperatorSignature(
Binder\Semantics\Operators\BinaryOperatorOverloadResolution.cs (3)
976operators.Add(new BinaryOperatorSignature(BinaryOperatorKind.UserDefined | kind, leftOperandType, rightOperandType, resultType, op, constrainedToTypeOpt)); 995operators.Add(new BinaryOperatorSignature( 1001operators.Add(new BinaryOperatorSignature(