2 references to directiveRegex
System.Web (2)
UI\BatchParser.cs (1)
147
if ((match =
directiveRegex
.Match(text, textPos)).Success) {
UI\TemplateParser.cs (1)
990
(match =
directiveRegex
.Match(text, textPos)).Success)