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)
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
();
6 references to SecureStringHasher
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (3)
104
public int GetNSHashCode(
SecureStringHasher
hasher)
195
public int GetLocalnameAndNamespaceUriAndHash(
SecureStringHasher
hasher, out string localname, out string namespaceUri)
339
private
SecureStringHasher
_hasher;
FrameworkFork\Microsoft.Xml\Xml\Core\SecureStringHasher.cs (1)
46
internal static
SecureStringHasher
Instance { get; } = new SecureStringHasher();
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
76
private
SecureStringHasher
_hasher;
FrameworkFork\Microsoft.Xml\Xml\XmlQualifiedName.cs (1)
85
_hash =
SecureStringHasher
.Instance.GetHashCode(Name);