8 references to _ancestorStack
System.Security.Cryptography.Xml (8)
System\Security\Cryptography\Xml\AncestralNamespaceContextManager.cs (7)
15
return (NamespaceFrame)
_ancestorStack
[i]!;
20
return GetScopeAt(
_ancestorStack
.Count - 1);
27
for (int i =
_ancestorStack
.Count - 1; i >= 0; i--)
42
for (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)
76
for (int i =
_ancestorStack
.Count - 1; i >= 0; i--)