1 write to writer
System.ServiceModel.Web (1)
System\ServiceModel\Channels\StreamBodyWriter.cs (1)
81this.writer = writer;
6 references to writer
System.ServiceModel.Web (6)
System\ServiceModel\Channels\StreamBodyWriter.cs (6)
103this.writer.Flush(); 158if (writer.WriteState == WriteState.Content || this.isQuirkedTo40Behavior) 162this.writer.WriteBase64(buffer, offset, count); 164else if (writer.WriteState == WriteState.Start) 166writer.WriteStartElement(StreamElementName, string.Empty); 167this.writer.WriteBase64(buffer, offset, count);