2 writes to _bodyWriter
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
934_bodyWriter = bodyWriter; 1056_bodyWriter = null;
12 references to _bodyWriter
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (12)
964return _bodyWriter.IsFault; 974return _bodyWriter.IsEmpty; 1013if (_bodyWriter.IsBuffered) 1015bufferedBodyWriter = _bodyWriter; 1019bufferedBodyWriter = _bodyWriter.CreateBufferedCopy(maxBufferSize); 1061_bodyWriter.WriteBodyContents(writer); 1066return _bodyWriter.WriteBodyContentsAsync(writer); 1083return _bodyWriter.BeginWriteBodyContents(writer, callback, state); 1088_bodyWriter.EndWriteBodyContents(result); 1093if (_bodyWriter.IsBuffered) 1095_bodyWriter.WriteBodyContents(writer); 1107return _bodyWriter;