1 write to _tagRegex
System.Web (1)
UI\BaseParser.cs (1)
125_tagRegex = IsVersion40OrAbove() ? tagRegex40 : tagRegex35;
2 references to _tagRegex
System.Web (2)
UI\BaseParser.cs (2)
124if (_tagRegex == null) { 127return _tagRegex;