3 writes to soapType
System.Xml (3)
System\Xml\Serialization\SoapAttributes.cs (3)
58
this.
soapType
= (SoapTypeAttribute)attrs[i];
70
this.
soapType
= null;
93
set {
soapType
= value; }
2 references to soapType
System.Xml (2)
System\Xml\Serialization\SoapAttributes.cs (2)
82
if (
soapType
!= null) flags |= SoapAttributeFlags.Type;
92
get { return
soapType
; }