1 write to reader
System.Runtime.Serialization (1)
System\Xml\XmlMtomReader.cs (1)
1770
this.
reader
= new DelimittedStreamReader(stream);
5 references to reader
System.Runtime.Serialization (5)
System\Xml\XmlMtomReader.cs (5)
1775
this.
reader
.Push(this.boundaryBytes, 0, 2);
1780
this.
reader
.Close();
1790
Stream s = this.
reader
.GetNextStream(this.boundaryBytes);
1806
return
reader
.GetNextStream(this.boundaryBytes);
1819
Stream stream =
reader
.GetNextStream(CRLFCRLF);