2 references to HasAttribute
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\Utils.cs (2)
68if (s == null && element.HasAttribute(localName, namespaceURI)) 75return element.HasAttribute(localName) || element.HasAttribute(localName, namespaceURI);