2 writes to _bufferCollection
Microsoft.ML.Data (2)
DataLoadSave\Binary\BinaryLoader.cs (2)
787
_bufferCollection
= new MemoryStreamCollection();
875
_bufferCollection
= new MemoryStreamCollection();
2 references to _bufferCollection
Microsoft.ML.Data (2)
DataLoadSave\Binary\BinaryLoader.cs (2)
1787
_compPool = parent._parent.
_bufferCollection
.Get(maxComp);
1788
_decompPool = parent._parent.
_bufferCollection
.Get(maxDecomp);