2 writes to _view
Microsoft.ML.Data (2)
DataView\Transposer.cs (2)
480_view = parent._view; 486_view = parent._splitView;
5 references to _view
Microsoft.ML.Data (5)
DataView\Transposer.cs (5)
491Ch.AssertValue(_view); 517var type = _view.Schema[_colCurr].Type; 535var currentColumn = _view.Schema[_colCurr]; 536using (var cursor = _view.GetRowCursor(currentColumn)) 690_slotLim = _view.Schema[_colCurr].Type.GetValueCount();