16 references to ERR_OvlOperatorExpected
Microsoft.CodeAnalysis.CSharp (6)
Errors\ErrorFacts.cs (1)
1107
case ErrorCode.
ERR_OvlOperatorExpected
:
Parser\DocumentationCommentParser.cs (3)
1012
SyntaxDiagnosticInfo rawInfo = new SyntaxDiagnosticInfo(offset, width, ErrorCode.
ERR_OvlOperatorExpected
);
1059
SyntaxDiagnosticInfo rawInfo = new SyntaxDiagnosticInfo(offset, width, ErrorCode.
ERR_OvlOperatorExpected
);
1102
SyntaxDiagnosticInfo rawInfo = new SyntaxDiagnosticInfo(offset, width, ErrorCode.
ERR_OvlOperatorExpected
);
Parser\LanguageParser.cs (2)
3553
SyntaxDiagnosticInfo diagInfo = MakeError(opTokenErrorOffset, opTokenErrorWidth, ErrorCode.
ERR_OvlOperatorExpected
);
3566
opToken = this.AddError(opToken, ErrorCode.
ERR_OvlOperatorExpected
);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\CheckedUserDefinedOperatorsTests.cs (2)
2434
Diagnostic(ErrorCode.
ERR_OvlOperatorExpected
, "(").WithLocation(4, 38),
2461
Diagnostic(ErrorCode.
ERR_OvlOperatorExpected
, "(").WithLocation(4, 30),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (8)
Parsing\AsyncParsingTests.cs (4)
1692
Diagnostic(ErrorCode.
ERR_OvlOperatorExpected
, "implicit").WithLocation(4, 19),
1809
Diagnostic(ErrorCode.
ERR_OvlOperatorExpected
, "explicit").WithLocation(4, 19),
1866
Diagnostic(ErrorCode.
ERR_OvlOperatorExpected
, "").WithLocation(5, 1),
1923
Diagnostic(ErrorCode.
ERR_OvlOperatorExpected
, "").WithLocation(5, 1),
Parsing\ParserErrorMessageTests.cs (3)
2885
Diagnostic(ErrorCode.
ERR_OvlOperatorExpected
, "(").WithLocation(8, 30),
2949
Diagnostic(ErrorCode.
ERR_OvlOperatorExpected
, "(").WithLocation(8, 30),
2987
Diagnostic(ErrorCode.
ERR_OvlOperatorExpected
, "(").WithLocation(8, 30),
Parsing\TopLevelStatementsParsingTests.cs (1)
248
Diagnostic(ErrorCode.
ERR_OvlOperatorExpected
, "implicit").WithLocation(2, 4),