1 write to _headers
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (1)
226_headers = new WebHeaderCollection();
3 references to _headers
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (3)
224if (_headers == null) 231_headers[headerKey] = _originalHeaders[headerKey]; 237return _headers;