2 writes to StatusDescription
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageProperty.cs (2)
104
_httpBackedProperty.
StatusDescription
= value;
412
this.
StatusDescription
= propertyToMerge.StatusDescription;
2 references to StatusDescription
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageProperty.cs (2)
96
_httpBackedProperty.
StatusDescription
:
397
copiedProperty.StatusDescription = this.
StatusDescription
;