3 writes to _c14nDoc
System.Security.Cryptography.Xml (3)
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);
9 references to _c14nDoc
System.Security.Cryptography.Xml (9)
System\Security\Cryptography\Xml\ExcCanonicalXml.cs (9)
23
_c14nDoc
.XmlResolver = resolver;
24
_c14nDoc
.Load(Utils.PreProcessStreamInput(inputStream, resolver, strBaseUri));
36
_c14nDoc
.XmlResolver = resolver;
37
_c14nDoc
.Load(new XmlNodeReader(document));
53
_c14nDoc
.XmlResolver = resolver;
54
_c14nDoc
.Load(new XmlNodeReader(doc));
57
MarkInclusionStateForNodes(nodeList, doc,
_c14nDoc
);
63
_c14nDoc
.Write(sb, DocPosition.BeforeRootElement, _ancMgr);
69
_c14nDoc
.WriteHash(hash, DocPosition.BeforeRootElement, _ancMgr);