3 references to SoapFlags
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (3)
217
if ((a.
SoapFlags
& ~SoapAttributeFlags.Type) != 0)
623
if ((a.
SoapFlags
& ~SoapAttributeFlags.Enum) != 0)
719
SoapAttributeFlags flags = a.
SoapFlags
;