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);
824
object key =
_attrKeyLookupTable
[attrName.ToLower(CultureInfo.InvariantCulture)];