4 references to GetNearestRenderedNamespaceWithMatchingPrefix
System.Security (4)
system\security\cryptography\xml\canonicalxml.cs (2)
137
XmlAttribute rAncestral =
GetNearestRenderedNamespaceWithMatchingPrefix
(nsPrefix, out rDepth);
165
XmlAttribute rAncestral =
GetNearestRenderedNamespaceWithMatchingPrefix
(Utils.GetNamespacePrefix(attrib), out rDepth);
system\security\cryptography\xml\exccanonicalxml.cs (2)
127
Utils.IsNonRedundantNamespaceDecl(attr,
GetNearestRenderedNamespaceWithMatchingPrefix
(nsPrefix, out tmp));
138
XmlAttribute rAncestral =
GetNearestRenderedNamespaceWithMatchingPrefix
(nsPrefix, out rDepth);