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