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();
2245
if (
_attrHashTable
== null)
2249
Debug.Assert(
_attrHashTable
.Count == 0);
2275
int count =
_attrHashTable
.Count;
2276
_attrHashTable
[localName] = 0; // overwrite on collision
2277
if (count !=
_attrHashTable
.Count)