1 write to _headers
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageProperty.cs (1)
308
_headers
= this.HttpResponseMessage.ToWebHeaderCollection();
2 references to _headers
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageProperty.cs (2)
306
if (
_headers
== null)
311
return
_headers
;