4 references to BoundBinaryOperator
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_InterpolatedString.cs (1)
541=> new BoundBinaryOperator(
Binder\Binder_Operators.cs (3)
1091return new BoundBinaryOperator( 1528return new BoundBinaryOperator( 1544return new BoundBinaryOperator(node, kind, left, right, ConstantValue.NotAvailable, methodOpt: null, constrainedToTypeOpt: null, lookupResult, originalUserDefinedOperators, CreateErrorType(), true);