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