4 references to GetScopeAt
System.Security (4)
system\security\cryptography\xml\c14nutil.cs (3)
731return GetScopeAt(m_ancestorStack.Count - 1); 738if ((attr = GetScopeAt(i).GetRendered(nsPrefix)) != null) { 750if ((attr = GetScopeAt(i).GetUnrendered(nsPrefix)) != null) {
system\security\cryptography\xml\canonicalxml.cs (1)
176foreach (Object a in GetScopeAt(i).GetUnrendered().Values) {