2 writes to stream
System.Runtime.Serialization (2)
System\Xml\XmlDictionaryWriter.cs (2)
288this.stream = value.GetStream(); 306this.stream = null;
4 references to stream
System.Runtime.Serialization (4)
System\Xml\XmlDictionaryWriter.cs (4)
289if (this.stream == null) 305this.streamProvider.ReleaseStream(this.stream); 368IAsyncResult result = this.stream.BeginRead(this.block, 0, blockSize, onReadComplete, this); 380this.bytesRead = this.stream.EndRead(result);