4 references to GetScopeAt
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\AncestralNamespaceContextManager.cs (3)
20return GetScopeAt(_ancestorStack.Count - 1); 29if ((attr = GetScopeAt(i).GetRendered(nsPrefix)) != null) 44if ((attr = GetScopeAt(i).GetUnrendered(nsPrefix)) != null)
System\Security\Cryptography\Xml\C14NAncestralNamespaceContextManager.cs (1)
78foreach (object a in GetScopeAt(i).GetUnrendered().Values)