2 instantiations of MemoryStreamCollection
Microsoft.ML.Data (2)
DataLoadSave\Binary\BinaryLoader.cs (2)
787
_bufferCollection = new
MemoryStreamCollection
();
875
_bufferCollection = new
MemoryStreamCollection
();
1 reference to MemoryStreamCollection
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinaryLoader.cs (1)
693
private readonly
MemoryStreamCollection
_bufferCollection;