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)
71return _stream != null; 109if (_stream != null) 111_stream.Dispose(); 196if (_stream == null) 201int b = _stream.ReadByte(); 216if (_stream == null) 233int actual = _stream.Read(_buffer, _offsetMax, needed); 250DiagnosticUtility.DebugAssert(_stream != null, ""); 545if (_stream != null)