10 references to BeforeRootElement
System.Security.Cryptography.Xml (10)
System\Security\Cryptography\Xml\CanonicalXml.cs (2)
110_c14nDoc.Write(sb, DocPosition.BeforeRootElement, _ancMgr); 116_c14nDoc.WriteHash(hash, DocPosition.BeforeRootElement, _ancMgr);
System\Security\Cryptography\Xml\CanonicalXmlComment.cs (2)
43if (docPos == DocPosition.BeforeRootElement) 65if (docPos == DocPosition.BeforeRootElement)
System\Security\Cryptography\Xml\CanonicalXmlDocument.cs (2)
32docPos = DocPosition.BeforeRootElement; 49docPos = DocPosition.BeforeRootElement;
System\Security\Cryptography\Xml\CanonicalXmlProcessingInstruction.cs (2)
38if (docPos == DocPosition.BeforeRootElement) 69if (docPos == DocPosition.BeforeRootElement)
System\Security\Cryptography\Xml\ExcCanonicalXml.cs (2)
63_c14nDoc.Write(sb, DocPosition.BeforeRootElement, _ancMgr); 69_c14nDoc.WriteHash(hash, DocPosition.BeforeRootElement, _ancMgr);