3 writes to _c14nDoc
System.Security.Cryptography.Xml (3)
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);
9 references to _c14nDoc
System.Security.Cryptography.Xml (9)
System\Security\Cryptography\Xml\CanonicalXml.cs (9)
20
_c14nDoc
.XmlResolver = resolver;
21
_c14nDoc
.Load(Utils.PreProcessStreamInput(inputStream, resolver, strBaseUri));
31
_c14nDoc
.XmlResolver = resolver;
32
_c14nDoc
.Load(new XmlNodeReader(document));
45
_c14nDoc
.XmlResolver = resolver;
46
_c14nDoc
.Load(new XmlNodeReader(doc));
49
MarkInclusionStateForNodes(nodeList, doc,
_c14nDoc
);
101
_c14nDoc
.Write(sb, DocPosition.BeforeRootElement, _ancMgr);
107
_c14nDoc
.WriteHash(hash, DocPosition.BeforeRootElement, _ancMgr);