4 instantiations of SecureStringHasher
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
378_hasher = new SecureStringHasher();
FrameworkFork\Microsoft.Xml\Xml\Core\SecureStringHasher.cs (1)
46internal static SecureStringHasher Instance { get; } = new SecureStringHasher();
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (1)
1487_nsHashtable = new Dictionary<string, int>(new SecureStringHasher());
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
298_hasher = new SecureStringHasher();
6 references to SecureStringHasher
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (3)
104public int GetNSHashCode(SecureStringHasher hasher) 195public int GetLocalnameAndNamespaceUriAndHash(SecureStringHasher hasher, out string localname, out string namespaceUri) 339private SecureStringHasher _hasher;
FrameworkFork\Microsoft.Xml\Xml\Core\SecureStringHasher.cs (1)
46internal static SecureStringHasher Instance { get; } = new SecureStringHasher();
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
76private SecureStringHasher _hasher;
FrameworkFork\Microsoft.Xml\Xml\XmlQualifiedName.cs (1)
85_hash = SecureStringHasher.Instance.GetHashCode(Name);