2 writes to bodyWriter
System.ServiceModel (2)
System\ServiceModel\Channels\Message.cs (2)
975this.bodyWriter = bodyWriter; 1126bodyWriter = null;
11 references to bodyWriter
System.ServiceModel (11)
System\ServiceModel\Channels\Message.cs (11)
1006return bodyWriter.IsFault; 1017return bodyWriter.IsEmpty; 1083if (bodyWriter.IsBuffered) 1085bufferedBodyWriter = bodyWriter; 1089bufferedBodyWriter = bodyWriter.CreateBufferedCopy(maxBufferSize); 1131bodyWriter.WriteBodyContents(writer); 1147return bodyWriter.BeginWriteBodyContents(writer, callback, state); 1152bodyWriter.EndWriteBodyContents(result); 1157if (bodyWriter.IsBuffered) 1159bodyWriter.WriteBodyContents(writer); 1171return bodyWriter;