2 writes to StatusDescription
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageProperty.cs (2)
108_traditionalProperty.StatusDescription = value; 234this.StatusDescription = DefaultStatusDescription;
3 references to StatusDescription
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageProperty.cs (3)
97_traditionalProperty.StatusDescription; 410if (propertyToMerge.StatusDescription != TraditionalHttpResponseMessageProperty.DefaultStatusDescription) 412this.StatusDescription = propertyToMerge.StatusDescription;