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