1 write to stream
System.Runtime.Serialization (1)
System\Xml\XmlMtomReader.cs (1)
1886this.stream = new BufferedReadStream(stream);
9 references to stream
System.Runtime.Serialization (9)
System\Xml\XmlMtomReader.cs (9)
1891this.stream.Close(); 1901stream.Close(); 1979this.stream.Push(buffer, ptr, end - ptr); 1990this.stream.Push(buffer, ptr, end - ptr); 2009int read = this.stream.Read(buffer, offset, count); 2030int matched = this.stream.ReadBlock(this.matchBuffer, 0, this.delimitter.Length - read); 2039this.stream.Push(this.matchBuffer, 0, matched); 2049this.stream.Push(buffer, offset + i, read - i); 2073this.stream.Push(buffer, offset, count);