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)
46
internal 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
();