1 instantiation of NamespaceFrame
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\AncestralNamespaceContextManager.cs (1)
55
_ancestorStack.Add(new
NamespaceFrame
());
3 references to NamespaceFrame
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\AncestralNamespaceContextManager.cs (3)
13
internal
NamespaceFrame
GetScopeAt(int i)
15
return (
NamespaceFrame
)_ancestorStack[i]!;
18
internal
NamespaceFrame
GetCurrentScope()