3 writes to _tagwriter
System.Web (3)
Configuration\HttpCapabilitiesBase.cs (3)
589
_tagwriter
= null;
592
_tagwriter
= typeof(System.Web.UI.HtmlTextWriter);
595
_tagwriter
= BuildManager.GetType(tagWriter, true /*throwOnError*/);
1 reference to _tagwriter
System.Web (1)
Configuration\HttpCapabilitiesBase.cs (1)
604
return
_tagwriter
;