8 references to m_ancestorStack
System.Security (8)
system\security\cryptography\xml\c14nutil.cs (7)
727return (NamespaceFrame) m_ancestorStack[i]; 731return GetScopeAt(m_ancestorStack.Count - 1); 737for (int i = m_ancestorStack.Count - 1; i >= 0; i--) { 749for (int i = m_ancestorStack.Count - 1; i >= 0; i--) { 759m_ancestorStack.Add(new NamespaceFrame()); 763m_ancestorStack.RemoveAt(m_ancestorStack.Count - 1);
system\security\cryptography\xml\canonicalxml.cs (1)
175for (int i = m_ancestorStack.Count - 1; i >= 0; i--) {