3 references to IsDefaultNamespaceNode
System.Security (3)
system\security\cryptography\xml\c14nutil.cs (2)
684bool nodeAdefault = Utils.IsDefaultNamespaceNode(nodeA); 685bool nodeBdefault = Utils.IsDefaultNamespaceNode(nodeB);
system\security\cryptography\xml\utils.cs (1)
102return IsDefaultNamespaceNode(n) && n.Value.Length == 0;