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