2 references to textRegex
System.Web (2)
UI\BatchParser.cs (1)
134
if ((match =
textRegex
.Match(text, textPos)).Success) {
UI\TemplateParser.cs (1)
962
if ((match =
textRegex
.Match(text, textPos)).Success)