3 references to SoapFlags
System.Xml (3)
System\Xml\Serialization\SoapReflectionImporter.cs (3)
199
if ((a.
SoapFlags
& ~SoapAttributeFlags.Type) != 0)
555
if ((a.
SoapFlags
& ~SoapAttributeFlags.Enum) != 0)
640
SoapAttributeFlags flags = a.
SoapFlags
;