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