6 references to IsNonRedundantNamespaceDecl
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\C14NAncestralNamespaceContextManager.cs (3)
33
if (Utils.
IsNonRedundantNamespaceDecl
(local, rAncestral))
46
if (uAncestral != null && uDepth > rDepth && Utils.
IsNonRedundantNamespaceDecl
(uAncestral, rAncestral))
66
if (Utils.
IsNonRedundantNamespaceDecl
(attrib, rAncestral))
System\Security\Cryptography\Xml\ExcAncestralNamespaceContextManager.cs (3)
24
Utils.
IsNonRedundantNamespaceDecl
(attr, GetNearestRenderedNamespaceWithMatchingPrefix(nsPrefix, out _));
41
if (Utils.
IsNonRedundantNamespaceDecl
(local, rAncestral))
51
if (uAncestral != null && uDepth > rDepth && Utils.
IsNonRedundantNamespaceDecl
(uAncestral, rAncestral))