3 writes to _soapDefaultValue
System.Private.Xml (3)
System\Xml\Serialization\SoapAttributes.cs (3)
58_soapDefaultValue = ((DefaultValueAttribute)attrs[i]).Value; 67_soapDefaultValue = null; 122set { _soapDefaultValue = value; }
1 reference to _soapDefaultValue
System.Private.Xml (1)
System\Xml\Serialization\SoapAttributes.cs (1)
121get { return _soapDefaultValue; }