6 instantiations of CanonicalXmlDocument
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\CanonicalXml.cs (3)
19
_c14nDoc = new
CanonicalXmlDocument
(true, includeComments);
30
_c14nDoc = new
CanonicalXmlDocument
(true, includeComments);
44
_c14nDoc = new
CanonicalXmlDocument
(false, includeComments);
System\Security\Cryptography\Xml\ExcCanonicalXml.cs (3)
19
_c14nDoc = new
CanonicalXmlDocument
(true, includeComments);
29
_c14nDoc = new
CanonicalXmlDocument
(true, includeComments);
43
_c14nDoc = new
CanonicalXmlDocument
(false, includeComments);
2 references to CanonicalXmlDocument
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\CanonicalXml.cs (1)
12
private readonly
CanonicalXmlDocument
_c14nDoc;
System\Security\Cryptography\Xml\ExcCanonicalXml.cs (1)
12
private readonly
CanonicalXmlDocument
_c14nDoc;