1 write to _message
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (1)
1119
_message
= message;
3 references to _message
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (3)
1132
result =
_message
.OnBeginWriteBodyContents(_writer, PrepareAsyncCompletion(HandleWriteBodyContents), this);
1139
_message
.OnEndWriteBodyContents(result);
1140
_message
.WriteMessagePostamble(_writer);