1 write to _attrHashTable
System.Private.Xml (1)
System\Xml\Core\XmlWellFormedWriter.cs (1)
2122_attrHashTable ??= new Dictionary<string, int>();
8 references to _attrHashTable
System.Private.Xml (8)
System\Xml\Core\XmlWellFormedWriter.cs (7)
484Debug.Assert(_attrHashTable != null); 485_attrHashTable.Clear(); 2123Debug.Assert(_attrHashTable.Count == 0); 2148Debug.Assert(_attrHashTable != null); 2150int count = _attrHashTable.Count; 2151_attrHashTable[localName] = 0; // overwrite on collision 2152if (count != _attrHashTable.Count)
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
291_attrHashTable!.Clear();