12 references to ERR_OvlOperatorExpected
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (1)
1169or ErrorCode.ERR_OvlOperatorExpected
Parser\DocumentationCommentParser.cs (1)
1042SyntaxDiagnosticInfo rawInfo = new SyntaxDiagnosticInfo(offset, width, ErrorCode.ERR_OvlOperatorExpected);
Parser\LanguageParser.cs (2)
3988SyntaxDiagnosticInfo diagInfo = MakeError(opTokenErrorOffset, opTokenErrorWidth, ErrorCode.ERR_OvlOperatorExpected); 4008opToken = this.AddError(opToken, ErrorCode.ERR_OvlOperatorExpected);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\CheckedUserDefinedOperatorsTests.cs (2)
2459Diagnostic(ErrorCode.ERR_OvlOperatorExpected, "(").WithLocation(4, 38), 2486Diagnostic(ErrorCode.ERR_OvlOperatorExpected, "(").WithLocation(4, 30),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (6)
Parsing\AsyncParsingTests.cs (2)
1846Diagnostic(ErrorCode.ERR_OvlOperatorExpected, "").WithLocation(5, 1), 1903Diagnostic(ErrorCode.ERR_OvlOperatorExpected, "").WithLocation(5, 1),
Parsing\ParserErrorMessageTests.cs (3)
2864Diagnostic(ErrorCode.ERR_OvlOperatorExpected, "(").WithLocation(8, 30), 2897Diagnostic(ErrorCode.ERR_OvlOperatorExpected, "(").WithLocation(8, 30), 2911Diagnostic(ErrorCode.ERR_OvlOperatorExpected, "(").WithLocation(8, 30),
Parsing\TopLevelStatementsParsingTests.cs (1)
248Diagnostic(ErrorCode.ERR_OvlOperatorExpected, "implicit").WithLocation(2, 4),