3 writes to _soapDefaultValue
System.Private.Xml (3)
System\Xml\Serialization\SoapAttributes.cs (3)
75_soapDefaultValue = ((DefaultValueAttribute)attrs[i]).Value; 84_soapDefaultValue = null; 139set { _soapDefaultValue = value; }
1 reference to _soapDefaultValue
System.Private.Xml (1)
System\Xml\Serialization\SoapAttributes.cs (1)
138get { return _soapDefaultValue; }