6 writes to currentStream
System.ServiceModel.Primitives (6)
Internals\System\Xml\XmlMtomReader.cs (6)
1960currentStream = null; 1970currentStream = null; 1980currentStream = new DelimittedReadStream(this); 2028currentStream = null; 2061currentStream = null; 2082currentStream = null;
5 references to currentStream
System.ServiceModel.Primitives (5)
Internals\System\Xml\XmlMtomReader.cs (5)
1944if (currentStream == caller) 1967if (currentStream != null) 1969currentStream.Close(); 1982return currentStream; 2054if (currentStream != caller)