1 write to _writer
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (1)
1120
_writer
= writer;
2 references to _writer
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
1132
result = _message.OnBeginWriteBodyContents(
_writer
, PrepareAsyncCompletion(HandleWriteBodyContents), this);
1140
_message.WriteMessagePostamble(
_writer
);