1 write to _attrKeyLookupTable
System.Web (1)
UI\HTMLTextWriter.cs (1)
230_attrKeyLookupTable = new Hashtable((int)HtmlTextWriterAttribute.VCardName + 1);
2 references to _attrKeyLookupTable
System.Web (2)
UI\HTMLTextWriter.cs (2)
639_attrKeyLookupTable.Add(nameLCase, key); 824object key = _attrKeyLookupTable[attrName.ToLower(CultureInfo.InvariantCulture)];