2 writes to _stream
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (2)
94
_stream
= stream;
112
_stream
= null;
9 references to _stream
dotnet-svcutil-lib (9)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (9)
71
return
_stream
!= null;
109
if (
_stream
!= null)
111
_stream
.Dispose();
196
if (
_stream
== null)
201
int b =
_stream
.ReadByte();
216
if (
_stream
== null)
233
int actual =
_stream
.Read(_buffer, _offsetMax, needed);
250
DiagnosticUtility.DebugAssert(
_stream
!= null, "");
545
if (
_stream
!= null)