1 write to Sources
Microsoft.ML.Data (1)
DataView\AppendRowsDataView.cs (1)
174Sources = parent._sources;
7 references to Sources
Microsoft.ML.Data (7)
DataView\AppendRowsDataView.cs (7)
175Ch.AssertNonEmpty(Sources); 225_currentCursor = Sources[_currentSourceIndex].GetRowCursor(columnsNeeded); 258Ch.Assert(0 <= _currentSourceIndex && _currentSourceIndex < Sources.Length); 275if (++_currentSourceIndex >= Sources.Length) 279_currentCursor = Sources[_currentSourceIndex].GetRowCursor(columnsNeeded); 320Ch.Assert(Sources.Length == counts.Length); 355Ch.Assert(0 <= _currentSourceIndex && _currentSourceIndex < Sources.Length);