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