1 write to _attrHashTable
System.Private.Xml (1)
System\Xml\Core\XmlWellFormedWriter.cs (1)
2119_attrHashTable ??= new Dictionary<string, int>();
8 references to _attrHashTable
System.Private.Xml (8)
System\Xml\Core\XmlWellFormedWriter.cs (7)
481Debug.Assert(_attrHashTable != null); 482_attrHashTable.Clear(); 2120Debug.Assert(_attrHashTable.Count == 0); 2145Debug.Assert(_attrHashTable != null); 2147int count = _attrHashTable.Count; 2148_attrHashTable[localName] = 0; // overwrite on collision 2149if (count != _attrHashTable.Count)
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
291_attrHashTable!.Clear();