4 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);
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
479if (element.HasAttribute(SecurityJan2004Strings.ValueType, null))
System\ServiceModel\Security\WSTrust.cs (1)
79if (element.HasAttribute(SecurityJan2004Strings.ValueType, null))