5 references to IsCommittedNamespace
System.Security.Cryptography.Xml (5)
System\Security\Cryptography\Xml\CanonicalXmlElement.cs (2)
56if (!Utils.IsCommittedNamespace(this, Prefix, NamespaceURI)) 128if (!Utils.IsCommittedNamespace(this, Prefix, NamespaceURI))
System\Security\Cryptography\Xml\Utils.cs (3)
28if (IsCommittedNamespace(element, prefix, value)) return true; 518if (!Utils.IsCommittedNamespace(ancestorElement, ancestorElement.Prefix, ancestorElement.NamespaceURI)) 551if (!Utils.IsCommittedNamespace(ancestorElement, attrib.Prefix, attrib.NamespaceURI))