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