6 references to IsNonRedundantNamespaceDecl
System.Security (6)
system\security\cryptography\xml\canonicalxml.cs (3)
139if(Utils.IsNonRedundantNamespaceDecl(local, rAncestral)) { 149if (uAncestral != null && uDepth > rDepth && Utils.IsNonRedundantNamespaceDecl(uAncestral, rAncestral)) { 166if(Utils.IsNonRedundantNamespaceDecl(attrib, rAncestral)) {
system\security\cryptography\xml\exccanonicalxml.cs (3)
127Utils.IsNonRedundantNamespaceDecl(attr, GetNearestRenderedNamespaceWithMatchingPrefix(nsPrefix, out tmp)); 141if (Utils.IsNonRedundantNamespaceDecl(local, rAncestral)) { 148if (uAncestral != null && uDepth > rDepth && Utils.IsNonRedundantNamespaceDecl(uAncestral, rAncestral)) {