3 writes to _excCanonicalXml
System.Security (3)
system\security\cryptography\xml\transform.cs (3)
504_excCanonicalXml = new ExcCanonicalXml((Stream) obj, _includeComments, _inclusiveNamespacesPrefixList, resolver, this.BaseURI); 507_excCanonicalXml = new ExcCanonicalXml((XmlDocument) obj, _includeComments, _inclusiveNamespacesPrefixList, resolver); 510_excCanonicalXml = new ExcCanonicalXml((XmlNodeList) obj, _includeComments, _inclusiveNamespacesPrefixList, resolver);
3 references to _excCanonicalXml
System.Security (3)
system\security\cryptography\xml\transform.cs (3)
529return new MemoryStream(_excCanonicalXml.GetBytes()); 535return new MemoryStream(_excCanonicalXml.GetBytes()); 539return _excCanonicalXml.GetDigestedBytes(hash);