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