3 references to GetSoapFlags
System.Private.Xml (3)
System\Xml\Serialization\SoapReflectionImporter.cs (3)
184
if ((a.
GetSoapFlags
() & ~SoapAttributeFlags.Type) != 0)
594
if ((a.
GetSoapFlags
() & ~SoapAttributeFlags.Enum) != 0)
693
SoapAttributeFlags flags = a.
GetSoapFlags
();