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)
Cohost\CohostDocumentPullDiagnosticsTest.cs (4)
485Code = HtmlErrorCodes.MismatchedAttributeQuotesErrorCode, 508Code = HtmlErrorCodes.MismatchedAttributeQuotesErrorCode, 542Code = HtmlErrorCodes.UnknownAttributeValueErrorCode, 547Code = HtmlErrorCodes.UnknownAttributeValueErrorCode,