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)
1795
Ectx.AssertValue(
_stream
);
1814
lock (
_stream
)
1816
_stream
.Seek(lookup.BlockOffset, SeekOrigin.Begin);
1817
_stream
.ReadBlock(buffer.Array, buffer.Offset, buffer.Count);
1818
Contracts.Assert(lookup.BlockOffset + lookup.BlockLength ==
_stream
.Position);