4 references to 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();