2 writes to stream
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\XmlByteStreamWriter.cs (2)
25this.stream = stream; 63this.stream = null;
5 references to stream
System.ServiceModel.Channels (5)
System\ServiceModel\Channels\XmlByteStreamWriter.cs (5)
61this.stream.Close(); 87this.stream.Flush(); 124this.stream.Write(buffer, index, count); 153IAsyncResult result = writer.stream.BeginWrite(buffer, index, count, PrepareAsyncCompletion(HandleWriteBase64), this); 165thisPtr.writer.stream.EndWrite(result);