8 references to _ancestorStack
System.Security.Cryptography.Xml (8)
System\Security\Cryptography\Xml\AncestralNamespaceContextManager.cs (7)
15return (NamespaceFrame)_ancestorStack[i]!; 20return GetScopeAt(_ancestorStack.Count - 1); 27for (int i = _ancestorStack.Count - 1; i >= 0; i--) 42for (int i = _ancestorStack.Count - 1; i >= 0; i--) 55_ancestorStack.Add(new NamespaceFrame()); 60_ancestorStack.RemoveAt(_ancestorStack.Count - 1);
System\Security\Cryptography\Xml\C14NAncestralNamespaceContextManager.cs (1)
76for (int i = _ancestorStack.Count - 1; i >= 0; i--)