1 write to _tagKeyLookupTable
System.Web (1)
UI\HTMLTextWriter.cs (1)
126_tagKeyLookupTable = new Hashtable((int)HtmlTextWriterTag.Xml + 1);
2 references to _tagKeyLookupTable
System.Web (2)
UI\HTMLTextWriter.cs (2)
615_tagKeyLookupTable.Add(nameLCase, key); 849object key = _tagKeyLookupTable[tagName.ToLower(CultureInfo.InvariantCulture)];