2 writes to _bodyWriter
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageBuffer.cs (2)
251_bodyWriter = bodyWriter; 273_bodyWriter = null;
2 references to _bodyWriter
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageBuffer.cs (2)
286return new BodyWriterMessage(_headers, _properties, _bodyWriter); 292get { return _bodyWriter; }