24 references to IsGood
Microsoft.ML.Data (20)
Data\RowCursorUtils.cs (2)
579Ch.Check(IsGood, "Cannot call value getter in current state"); 601Ch.Check(IsGood, RowCursorUtils.FetchValueStateError);
DataLoadSave\Binary\BinaryLoader.cs (2)
2067Ch.Check(IsGood, RowCursorUtils.FetchValueStateError); 2086Ch.Check(IsGood, RowCursorUtils.FetchValueStateError);
DataLoadSave\Database\DatabaseLoaderCursor.cs (1)
110Ch.Check(IsGood, RowCursorUtils.FetchValueStateError);
DataLoadSave\Text\TextLoaderCursor.cs (1)
204Ch.Check(IsGood, RowCursorUtils.FetchValueStateError);
DataLoadSave\Transpose\TransposeLoader.cs (1)
849Ch.Check(IsGood, RowCursorUtils.FetchValueStateError);
DataView\AppendRowsDataView.cs (1)
342Ch.Check(IsGood, RowCursorUtils.FetchValueStateError);
DataView\ArrayDataViewBuilder.cs (4)
292Ch.Check(IsGood, RowCursorUtils.FetchValueStateError); 301Ch.Check(IsGood, RowCursorUtils.FetchValueStateError); 337Ch.Check(IsGood, RowCursorUtils.FetchValueStateError); 350Ch.Assert(IsGood);
DataView\BatchDataViewMapperBase.cs (1)
135Ch.Check(IsGood, "Cannot call ID getter in current state");
DataView\ZipDataView.cs (1)
146Ch.Check(IsGood, RowCursorUtils.FetchValueStateError);
Transforms\NAFilter.cs (2)
350Contracts.Check(Cursor.IsGood); 372Contracts.Check(Cursor.IsGood);
Transforms\PerGroupTransformBase.cs (1)
318Ch.Check(IsGood, RowCursorUtils.FetchValueStateError);
Transforms\RangeFilter.cs (3)
362Ch.Check(IsGood, RowCursorUtils.FetchValueStateError); 395Ch.Check(IsGood, RowCursorUtils.FetchValueStateError); 431Ch.Check(IsGood, RowCursorUtils.FetchValueStateError);
Microsoft.ML.Parquet (2)
ParquetLoader.cs (1)
617Ch.Check(IsGood, RowCursorUtils.FetchValueStateError);
PartitionedFileLoader.cs (1)
438Ch.Check(IsGood, RowCursorUtils.FetchValueStateError);
Microsoft.ML.Transforms (2)
SvmLight\SvmLightLoader.cs (2)
474Ch.Check(IsGood, "cannot call getter with cursor in its current state"); 496Ch.Check(IsGood, "Cannot call ID getter in current state");