4 references to Attribute
System.Xml (4)
System\Xml\Serialization\SoapAttributes.cs (1)
80if (soapAttribute != null) flags |= SoapAttributeFlags.Attribute;
System\Xml\Serialization\SoapReflectionImporter.cs (3)
641if ((flags & SoapAttributeFlags.Attribute) == SoapAttributeFlags.Attribute) { 645if ((flags & SoapAttributeFlags.Attribute) != flags)