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