14 references to SoapAttributeFlags
System.Private.Xml (14)
System\Xml\Serialization\SoapAttributes.cs (7)
71
internal
SoapAttributeFlags
SoapFlags
75
SoapAttributeFlags
flags = 0;
76
if (_soapElement != null) flags |=
SoapAttributeFlags
.Element;
77
if (_soapAttribute != null) flags |=
SoapAttributeFlags
.Attribute;
78
if (_soapEnum != null) flags |=
SoapAttributeFlags
.Enum;
79
if (_soapType != null) flags |=
SoapAttributeFlags
.Type;
84
internal
SoapAttributeFlags
GetSoapFlags()
System\Xml\Serialization\SoapReflectionImporter.cs (7)
184
if ((a.GetSoapFlags() & ~
SoapAttributeFlags
.Type) != 0)
594
if ((a.GetSoapFlags() & ~
SoapAttributeFlags
.Enum) != 0)
693
SoapAttributeFlags
flags = a.GetSoapFlags();
694
if ((flags &
SoapAttributeFlags
.Attribute) ==
SoapAttributeFlags
.Attribute)
699
if ((flags &
SoapAttributeFlags
.Attribute) != flags)
713
if ((flags &
SoapAttributeFlags
.Element) != flags)