2 writes to _statusCode
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageProperty.cs (2)
233
_statusCode
= DefaultStatusCode;
275
_statusCode
= value;
1 reference to _statusCode
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageProperty.cs (1)
270
return
_statusCode
;