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