2 references to binaryOp
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\NativeIntegerTests.cs (2)
10503
binaryOp
(op, leftType, rightType, expectedSymbol1, diagnostics1);
10504
binaryOp
(op, rightType, leftType, expectedSymbol2 == "" ? expectedSymbol1 : expectedSymbol2, diagnostics2 ?? diagnostics1);