13 references to SoapAttributeFlags
System.Xml (13)
System\Xml\Serialization\SoapAttributes.cs (6)
76
internal
SoapAttributeFlags
SoapFlags {
78
SoapAttributeFlags
flags = 0;
79
if (soapElement != null) flags |=
SoapAttributeFlags
.Element;
80
if (soapAttribute != null) flags |=
SoapAttributeFlags
.Attribute;
81
if (soapEnum != null) flags |=
SoapAttributeFlags
.Enum;
82
if (soapType != null) flags |=
SoapAttributeFlags
.Type;
System\Xml\Serialization\SoapReflectionImporter.cs (7)
199
if ((a.SoapFlags & ~
SoapAttributeFlags
.Type) != 0)
555
if ((a.SoapFlags & ~
SoapAttributeFlags
.Enum) != 0)
640
SoapAttributeFlags
flags = a.SoapFlags;
641
if ((flags &
SoapAttributeFlags
.Attribute) ==
SoapAttributeFlags
.Attribute) {
645
if ((flags &
SoapAttributeFlags
.Attribute) != flags)
658
if ((flags &
SoapAttributeFlags
.Element) != flags)