8 references to HtmlErrorCodes
Microsoft.CodeAnalysis.Razor.Workspaces (4)
Diagnostics\RazorTranslateDiagnosticsService.cs (4)
234HtmlErrorCodes.UnexpectedEndTagErrorCode => IsHtmlWithBangAndMatchingTags(diagnostic, sourceText, syntaxTree),
235HtmlErrorCodes.InvalidNestingErrorCode => IsAnyFilteredInvalidNestingError(diagnostic, sourceText, syntaxTree),
236HtmlErrorCodes.MissingEndTagErrorCode => syntaxTree.Options.FileKind.IsComponent(), // Redundant with RZ9980 in Components
237HtmlErrorCodes.TooFewElementsErrorCode => IsAnyFilteredTooFewElementsError(diagnostic, sourceText, syntaxTree),
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (4)