3 references to IsDefaultNamespaceNode
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\NamespaceSortOrder.cs (2)
19
bool nodeAdefault = Utils.
IsDefaultNamespaceNode
(nodeA);
20
bool nodeBdefault = Utils.
IsDefaultNamespaceNode
(nodeB);
System\Security\Cryptography\Xml\Utils.cs (1)
121
return
IsDefaultNamespaceNode
(n) && n.Value!.Length == 0;