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