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