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