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