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