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