13 references to ERR_OpenEndedComment
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (1)
1106
case ErrorCode.
ERR_OpenEndedComment
:
Parser\Lexer.cs (2)
2352
this.AddError(ErrorCode.
ERR_OpenEndedComment
);
3159
this.AddError(TextWindow.LexemeStartPosition, TextWindow.Width, ErrorCode.
ERR_OpenEndedComment
);
Syntax\SyntaxFactory.cs (1)
2329
case ErrorCode.
ERR_OpenEndedComment
:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\InterpolationTests.cs (1)
194
Diagnostic(ErrorCode.
ERR_OpenEndedComment
, "").WithLocation(5, 71),
Semantics\RawInterpolationTests.cs (1)
190
Diagnostic(ErrorCode.
ERR_OpenEndedComment
, "").WithLocation(5, 73),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (7)
LexicalAndXml\LexicalErrorTests.cs (7)
284
ParserErrorMessageTests.ParseAndValidate(test, Diagnostic(ErrorCode.
ERR_OpenEndedComment
, ""));
716
Diagnostic(ErrorCode.
ERR_OpenEndedComment
, "").WithLocation(6, 24),
735
Diagnostic(ErrorCode.
ERR_OpenEndedComment
, "").WithLocation(6, 24),
754
Diagnostic(ErrorCode.
ERR_OpenEndedComment
, "").WithLocation(6, 24),
789
Diagnostic(ErrorCode.
ERR_OpenEndedComment
, "").WithLocation(6, 24),
808
Diagnostic(ErrorCode.
ERR_OpenEndedComment
, "").WithLocation(6, 24),
827
Diagnostic(ErrorCode.
ERR_OpenEndedComment
, "").WithLocation(6, 24),