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)
124
if (
_tagRegex
== null) {
127
return
_tagRegex
;