3 writes to _soapDefaultValue
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapAttributes.cs (3)
73
_soapDefaultValue
= ((DefaultValueAttribute)attrib).Value;
82
_soapDefaultValue
= null;
156
set {
_soapDefaultValue
= value; }
1 reference to _soapDefaultValue
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapAttributes.cs (1)
155
get { return
_soapDefaultValue
; }