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