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