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);