2 references to nonAllowedHtmlCommentEnding
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\HtmlMarkupParser.cs (2)
2249if (!tokens[i].IsEquivalentTo(nonAllowedHtmlCommentEnding[index++])) 2254if (index == nonAllowedHtmlCommentEnding.Length)