4 references to Attribute
System.Private.Xml (4)
System\Xml\Serialization\SoapAttributes.cs (1)
77if (_soapAttribute != null) flags |= SoapAttributeFlags.Attribute;
System\Xml\Serialization\SoapReflectionImporter.cs (3)
694if ((flags & SoapAttributeFlags.Attribute) == SoapAttributeFlags.Attribute) 699if ((flags & SoapAttributeFlags.Attribute) != flags)