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