1 write to reader
System.Runtime.Serialization (1)
System\Xml\XmlMtomReader.cs (1)
1723this.reader = new DelimittedStreamReader(stream);
2 references to reader
System.Runtime.Serialization (2)
System\Xml\XmlMtomReader.cs (2)
1724this.mimeHeaderReader = new MimeHeaderReader(this.reader.GetNextStream(CRLFCRLF)); 1734Stream s = reader.GetNextStream(null);