1 write to _caches
Microsoft.ML.Data (1)
DataView\CacheDataView.cs (1)
100_caches = new ColumnCache[_subsetInput.Schema.Count];
6 references to _caches
Microsoft.ML.Data (6)
DataView\CacheDataView.cs (6)
340if (_caches[c] == null) 358caches[ic++] = _caches[c] = ColumnCache.Create(this, cursor, c, waiter); 671Contracts.AssertValue(_parent._caches[c]); 672var waiter = _parent._caches[c].Waiter; 1176Ch.AssertValue(Parent._caches[c]); 1230var cache = (ColumnCache<TValue>)Parent._caches[col];