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)
484
Debug.Assert(
_attrHashTable
!= null);
485
_attrHashTable
.Clear();
2123
Debug.Assert(
_attrHashTable
.Count == 0);
2148
Debug.Assert(
_attrHashTable
!= null);
2150
int count =
_attrHashTable
.Count;
2151
_attrHashTable
[localName] = 0; // overwrite on collision
2152
if (count !=
_attrHashTable
.Count)
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
291
_attrHashTable
!.Clear();