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