10 references to IsXmlNamespaceNode
System.Security.Cryptography.Xml (10)
System\Security\Cryptography\Xml\C14NAncestralNamespaceContextManager.cs (3)
36
if (Utils.
IsXmlNamespaceNode
(local))
48
if (Utils.
IsXmlNamespaceNode
(uAncestral))
69
if (Utils.
IsXmlNamespaceNode
(attrib))
System\Security\Cryptography\Xml\CanonicalXmlElement.cs (4)
38
if (((CanonicalXmlAttribute)attr).IsInNodeSet || Utils.IsNamespaceNode(attr) || Utils.
IsXmlNamespaceNode
(attr))
44
else if (Utils.
IsXmlNamespaceNode
(attr))
110
if (((CanonicalXmlAttribute)attr).IsInNodeSet || Utils.IsNamespaceNode(attr) || Utils.
IsXmlNamespaceNode
(attr))
116
else if (Utils.
IsXmlNamespaceNode
(attr))
System\Security\Cryptography\Xml\Utils.cs (2)
115
bool b2 =
IsXmlNamespaceNode
(n);
126
Debug.Assert(IsNamespaceNode(a) ||
IsXmlNamespaceNode
(a));
System\Security\Cryptography\Xml\XmlDsigEnvelopedSignatureTransform.cs (1)
138
if (Utils.
IsXmlNamespaceNode
(node) || Utils.IsNamespaceNode(node))