6 instantiations of CanonicalXmlDocument
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\CanonicalXml.cs (3)
22_c14nDoc = new CanonicalXmlDocument(true, includeComments); 36_c14nDoc = new CanonicalXmlDocument(true, includeComments); 53_c14nDoc = new CanonicalXmlDocument(false, includeComments);
System\Security\Cryptography\Xml\ExcCanonicalXml.cs (3)
22_c14nDoc = new CanonicalXmlDocument(true, includeComments); 35_c14nDoc = new CanonicalXmlDocument(true, includeComments); 52_c14nDoc = new CanonicalXmlDocument(false, includeComments);
2 references to CanonicalXmlDocument
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\CanonicalXml.cs (1)
12private readonly CanonicalXmlDocument _c14nDoc;
System\Security\Cryptography\Xml\ExcCanonicalXml.cs (1)
12private readonly CanonicalXmlDocument _c14nDoc;