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