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