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