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)
13internal NamespaceFrame GetScopeAt(int i) 15return (NamespaceFrame)_ancestorStack[i]!; 18internal NamespaceFrame GetCurrentScope()