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