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