2 writes to tagName
System.Web (2)
UI\WebControls\WebControl.cs (2)
77tagName = tag; 530tagName = Enum.Format(typeof(HtmlTextWriterTag), TagKey, "G").ToLower(CultureInfo.InvariantCulture);
2 references to tagName
System.Web (2)
UI\WebControls\WebControl.cs (2)
528if (tagName == null && TagKey != HtmlTextWriterTag.Unknown) { 532return tagName;