1 write to _stream
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinaryLoader.cs (1)
1790_stream = parent._parent._stream;
5 references to _stream
Microsoft.ML.Data (5)
DataLoadSave\Binary\BinaryLoader.cs (5)
1795Ectx.AssertValue(_stream); 1814lock (_stream) 1816_stream.Seek(lookup.BlockOffset, SeekOrigin.Begin); 1817_stream.ReadBlock(buffer.Array, buffer.Offset, buffer.Count); 1818Contracts.Assert(lookup.BlockOffset + lookup.BlockLength == _stream.Position);