2 references to commentRegex
System.Web (2)
UI\BatchParser.cs (1)
159
else if ((match =
commentRegex
.Match(text, textPos)).Success) {
UI\TemplateParser.cs (1)
1042
else if ((match =
commentRegex
.Match(text, textPos)).Success)