6 references to IsNamespaceNode
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\CanonicalXmlElement.cs (4)
38
if (((CanonicalXmlAttribute)attr).IsInNodeSet || Utils.
IsNamespaceNode
(attr) || Utils.IsXmlNamespaceNode(attr))
40
if (Utils.
IsNamespaceNode
(attr))
110
if (((CanonicalXmlAttribute)attr).IsInNodeSet || Utils.
IsNamespaceNode
(attr) || Utils.IsXmlNamespaceNode(attr))
112
if (Utils.
IsNamespaceNode
(attr))
System\Security\Cryptography\Xml\Utils.cs (1)
126
Debug.Assert(
IsNamespaceNode
(a) || IsXmlNamespaceNode(a));
System\Security\Cryptography\Xml\XmlDsigEnvelopedSignatureTransform.cs (1)
138
if (Utils.IsXmlNamespaceNode(node) || Utils.
IsNamespaceNode
(node))