1 instantiation of NamespaceFrame
System.Security (1)
system\security\cryptography\xml\c14nutil.cs (1)
759m_ancestorStack.Add(new NamespaceFrame());
3 references to NamespaceFrame
System.Security (3)
system\security\cryptography\xml\c14nutil.cs (3)
726internal NamespaceFrame GetScopeAt(int i) { 727return (NamespaceFrame) m_ancestorStack[i]; 730internal NamespaceFrame GetCurrentScope() {