2 writes to _headers
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageBuffer.cs (2)
252_headers = new MessageHeaders(headers); 274_headers = null;
2 references to _headers
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageBuffer.cs (2)
286return new BodyWriterMessage(_headers, _properties, _bodyWriter); 297get { return _headers; }