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