3 writes to _excCanonicalXml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs (3)
80_excCanonicalXml = new ExcCanonicalXml((Stream)obj, _includeComments, _inclusiveNamespacesPrefixList!, resolver, BaseURI!); 84_excCanonicalXml = new ExcCanonicalXml((XmlDocument)obj, _includeComments, _inclusiveNamespacesPrefixList!, resolver); 88_excCanonicalXml = new ExcCanonicalXml((XmlNodeList)obj, _includeComments, _inclusiveNamespacesPrefixList!, resolver);
3 references to _excCanonicalXml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs (3)
110return new MemoryStream(_excCanonicalXml!.GetBytes()); 117return new MemoryStream(_excCanonicalXml!.GetBytes()); 122return _excCanonicalXml!.GetDigestedBytes(hash);