6 writes to currentStream
System.Runtime.Serialization (6)
System\Xml\XmlMtomReader.cs (6)
1912currentStream = null; 1922currentStream = null; 1932currentStream = new DelimittedReadStream(this); 1980this.currentStream = null; 2013this.currentStream = null; 2034this.currentStream = null;
5 references to currentStream
System.Runtime.Serialization (5)
System\Xml\XmlMtomReader.cs (5)
1897if (currentStream == caller) 1919if (currentStream != null) 1921currentStream.Close(); 1934return currentStream; 2006if (this.currentStream != caller)