1 write to _attrHashTable
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
2247_attrHashTable = new Dictionary<string, int>(_hasher);
6 references to _attrHashTable
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (6)
512_attrHashTable.Clear(); 2245if (_attrHashTable == null) 2249Debug.Assert(_attrHashTable.Count == 0); 2275int count = _attrHashTable.Count; 2276_attrHashTable[localName] = 0; // overwrite on collision 2277if (count != _attrHashTable.Count)