1 write to _hasher
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
298
_hasher
= new SecureStringHasher();
2 references to _hasher
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (2)
1868
_nsHashtable = new Dictionary<string, int>(
_hasher
);
2247
_attrHashTable = new Dictionary<string, int>(
_hasher
);