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