4 writes to _tagName
System.Web (4)
UI\HtmlControls\HtmlControl.cs (1)
57_tagName = tag;
UI\HtmlControls\HtmlGenericControl.cs (2)
56_tagName = tag; 77set {_tagName = value;}
UI\HtmlControls\HtmlHead.cs (1)
66_tagName = tag;
2 references to _tagName
System.Web (2)
UI\HtmlControls\HtmlControl.cs (1)
124get { return _tagName;}
UI\HtmlControls\HtmlGenericControl.cs (1)
75get { return _tagName;}