3 instantiations of SecureStringHasher
System.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
342this.hasher = new SecureStringHasher();
System\Xml\Core\XmlTextWriter.cs (1)
1250nsHashtable = new Dictionary<string, int>(new SecureStringHasher());
System\Xml\Core\XmlWellFormedWriter.cs (1)
291hasher = new SecureStringHasher();
4 references to SecureStringHasher
System.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
94public int GetNSHashCode(SecureStringHasher hasher) { 172public int GetLocalnameAndNamespaceUriAndHash(SecureStringHasher hasher, out string localname, out string namespaceUri) { 306SecureStringHasher hasher;
System\Xml\Core\XmlWellFormedWriter.cs (1)
75SecureStringHasher hasher;