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