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)); 49MarkInclusionStateForNodes(nodeList, doc, _c14nDoc); 101_c14nDoc.Write(sb, DocPosition.BeforeRootElement, _ancMgr); 107_c14nDoc.WriteHash(hash, DocPosition.BeforeRootElement, _ancMgr);