1 instantiation of TagInformation
System.Web (1)
UI\HTMLTextWriter.cs (1)
624_tagNameLookupArray[(int)key] = new TagInformation(name, type, endTag);
3 references to TagInformation
System.Web (3)
UI\HTMLTextWriter.cs (3)
107private static TagInformation[] _tagNameLookupArray; 127_tagNameLookupArray = new TagInformation[(int)HtmlTextWriterTag.Xml + 1]; 998TagInformation tagInfo = _tagNameLookupArray[_tagIndex];