4 references to GetNearestRenderedNamespaceWithMatchingPrefix
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\C14NAncestralNamespaceContextManager.cs (2)
30XmlAttribute? rAncestral = GetNearestRenderedNamespaceWithMatchingPrefix(nsPrefix, out rDepth); 65XmlAttribute? rAncestral = GetNearestRenderedNamespaceWithMatchingPrefix(Utils.GetNamespacePrefix(attrib), out rDepth);
System\Security\Cryptography\Xml\ExcAncestralNamespaceContextManager.cs (2)
24Utils.IsNonRedundantNamespaceDecl(attr, GetNearestRenderedNamespaceWithMatchingPrefix(nsPrefix, out _)); 37XmlAttribute? rAncestral = GetNearestRenderedNamespaceWithMatchingPrefix(nsPrefix, out rDepth);