2 writes to stream
System.Runtime.Serialization (2)
System\Xml\XmlBufferReader.cs (2)
88
this.
stream
= stream;
106
this.
stream
= null;
9 references to stream
System.Runtime.Serialization (9)
System\Xml\XmlBufferReader.cs (9)
66
return
stream
!= null;
103
if (
stream
!= null)
105
stream
.Close();
190
if (
stream
== null)
196
int b =
stream
.ReadByte();
211
if (
stream
== null)
230
int actual =
stream
.Read(buffer, offsetMax, needed);
254
Fx.Assert(
stream
!= null, "");
560
if (
stream
!= null)