10 references to BeforeRootElement
System.Security (10)
system\security\cryptography\xml\c14nutil.cs (6)
100
docPos = DocPosition.
BeforeRootElement
;
112
docPos = DocPosition.
BeforeRootElement
;
443
if (docPos == DocPosition.
BeforeRootElement
)
461
if (docPos == DocPosition.
BeforeRootElement
) {
495
if (docPos == DocPosition.
BeforeRootElement
)
519
if (docPos == DocPosition.
BeforeRootElement
) {
system\security\cryptography\xml\canonicalxml.cs (2)
105
m_c14nDoc.Write(sb, DocPosition.
BeforeRootElement
, m_ancMgr);
111
m_c14nDoc.WriteHash(hash, DocPosition.
BeforeRootElement
, m_ancMgr);
system\security\cryptography\xml\exccanonicalxml.cs (2)
61
m_c14nDoc.Write(sb, DocPosition.
BeforeRootElement
, m_ancMgr);
67
m_c14nDoc.WriteHash(hash, DocPosition.
BeforeRootElement
, m_ancMgr);