1 write to hasher
System.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
342
this.
hasher
= new SecureStringHasher();
2 references to hasher
System.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
343
this.namespaces = new Dictionary<String, NamespaceDecl>(
hasher
);
2387
int hash = this.attributes[i].GetLocalnameAndNamespaceUriAndHash(
hasher
, out localname, out namespaceUri);