3 writes to soapDefaultValue
System.Xml (3)
System\Xml\Serialization\SoapAttributes.cs (3)
64this.soapDefaultValue = ((DefaultValueAttribute)attrs[i]).Value; 72this.soapDefaultValue = null; 138set { soapDefaultValue = value; }
1 reference to soapDefaultValue
System.Xml (1)
System\Xml\Serialization\SoapAttributes.cs (1)
137get { return soapDefaultValue; }