21 references to ERR_OvlBinaryOperatorExpected
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1155or ErrorCode.ERR_OvlBinaryOperatorExpected
Parser\LanguageParser.cs (1)
3980SyntaxDiagnosticInfo diagInfo = MakeError(opTokenErrorOffset, opTokenErrorWidth, ErrorCode.ERR_OvlBinaryOperatorExpected);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (11)
Semantics\ExtensionOperatorsTests.cs (1)
27320Diagnostic(ErrorCode.ERR_OvlBinaryOperatorExpected, "+=").WithLocation(6, 30),
Symbols\UserDefinedCompoundAssignmentOperatorsTests.cs (10)
214Diagnostic(ErrorCode.ERR_OvlBinaryOperatorExpected, op).WithLocation(4, 25), 246Diagnostic(ErrorCode.ERR_OvlBinaryOperatorExpected, op).WithLocation(5, 21), 291Diagnostic(ErrorCode.ERR_OvlBinaryOperatorExpected, op).WithLocation(4, 34), 333Diagnostic(ErrorCode.ERR_OvlBinaryOperatorExpected, op).WithLocation(5, 30), 367Diagnostic(ErrorCode.ERR_OvlBinaryOperatorExpected, op).WithLocation(6, 39), 8386Diagnostic(ErrorCode.ERR_OvlBinaryOperatorExpected, op).WithLocation(4, 25) 8411Diagnostic(ErrorCode.ERR_OvlBinaryOperatorExpected, op).WithLocation(4, 34), 16751Diagnostic(ErrorCode.ERR_OvlBinaryOperatorExpected, "+=").WithLocation(4, 26), 16859Diagnostic(ErrorCode.ERR_OvlBinaryOperatorExpected, "+=").WithLocation(4, 26), 17027Diagnostic(ErrorCode.ERR_OvlBinaryOperatorExpected, "+=").WithLocation(4, 26),
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\IndexAndRangeTests.cs (1)
1450Diagnostic(ErrorCode.ERR_OvlBinaryOperatorExpected, "..").WithLocation(5, 33));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Symbols\CheckedUserDefinedOperatorsTests.cs (3)
371Diagnostic(ErrorCode.ERR_OvlBinaryOperatorExpected, op).WithLocation(4, 38) 1653Diagnostic(ErrorCode.ERR_OvlBinaryOperatorExpected, "(").WithLocation(4, 38), 1680Diagnostic(ErrorCode.ERR_OvlBinaryOperatorExpected, "(").WithLocation(4, 30),
Symbols\Source\MethodTests.cs (1)
2042Diagnostic(ErrorCode.ERR_OvlBinaryOperatorExpected, "true"),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (3)
Parsing\MemberDeclarationParsingTests.cs (2)
650Diagnostic(ErrorCode.ERR_OvlBinaryOperatorExpected, ">>>=").WithLocation(1, 12) 13488Diagnostic(ErrorCode.ERR_OvlBinaryOperatorExpected, op).WithLocation(1, 12)
Parsing\ParserErrorMessageTests.cs (1)
2398ParseAndValidate(test, Diagnostic(ErrorCode.ERR_OvlBinaryOperatorExpected, "++"));