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)
107
private static
TagInformation
[] _tagNameLookupArray;
127
_tagNameLookupArray = new
TagInformation
[(int)HtmlTextWriterTag.Xml + 1];
998
TagInformation
tagInfo = _tagNameLookupArray[_tagIndex];