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)
69
return
_stream
!= null;
104
if (
_stream
!= null)
106
_stream
.Dispose();
191
if (
_stream
== null)
196
int b =
_stream
.ReadByte();
211
if (
_stream
== null)
236
int read =
_stream
.ReadAtLeast(_buffer.AsSpan(_offsetMax, needed), needed, throwOnEndOfStream: false);
254
Debug.Assert(
_stream
!= null);