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