2 writes to _stream
System.Private.DataContractSerialization (2)
System\Xml\XmlBufferReader.cs (2)
89_stream = stream; 107_stream = null;
8 references to _stream
System.Private.DataContractSerialization (8)
System\Xml\XmlBufferReader.cs (8)
69return _stream != null; 104if (_stream != null) 106_stream.Dispose(); 191if (_stream == null) 196int b = _stream.ReadByte(); 211if (_stream == null) 236int read = _stream.ReadAtLeast(_buffer.AsSpan(_offsetMax, needed), needed, throwOnEndOfStream: false); 254Debug.Assert(_stream != null);