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