1 write to attrHashTable
System.Xml (1)
System\Xml\Core\XmlWellFormedWriter.cs (1)
1859attrHashTable = new Dictionary<string, int>(hasher);
7 references to attrHashTable
System.Xml (7)
System\Xml\Core\XmlWellFormedWriter.cs (6)
462attrHashTable.Clear(); 1858if (attrHashTable == null) { 1861Debug.Assert(attrHashTable.Count == 0); 1883int count = attrHashTable.Count; 1884attrHashTable[localName] = 0; // overwrite on collision 1885if (count != attrHashTable.Count) {
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
240attrHashTable.Clear();