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)
43
if (docPos == DocPosition.
BeforeRootElement
)
65
if (docPos == DocPosition.
BeforeRootElement
)
System\Security\Cryptography\Xml\CanonicalXmlDocument.cs (2)
32
docPos = DocPosition.
BeforeRootElement
;
49
docPos = DocPosition.
BeforeRootElement
;
System\Security\Cryptography\Xml\CanonicalXmlProcessingInstruction.cs (2)
38
if (docPos == DocPosition.
BeforeRootElement
)
69
if (docPos == DocPosition.
BeforeRootElement
)
System\Security\Cryptography\Xml\ExcCanonicalXml.cs (2)
63
_c14nDoc.Write(sb, DocPosition.
BeforeRootElement
, _ancMgr);
69
_c14nDoc.WriteHash(hash, DocPosition.
BeforeRootElement
, _ancMgr);