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