29 references to CheckValue
Microsoft.ML.Core (29)
CommandLine\CmdParser.cs (4)
238env.CheckValue(destination, nameof(destination)); 239env.CheckValue(destinationType, nameof(destinationType)); 241env.CheckValue(reporter, nameof(reporter)); 292env.CheckValue(reporter, nameof(reporter));
Data\LinkedRowRootCursorBase.cs (1)
26Ch.CheckValue(schema, nameof(schema));
Data\ModelLoadContext.cs (2)
82_ectx.CheckValue(ent, nameof(ent)); 106_ectx.CheckValue(reader, nameof(reader));
Data\ModelLoading.cs (9)
86env.CheckValue(rep, nameof(rep)); 120env.CheckValue(rep, nameof(rep)); 134_ectx.CheckValue(env, nameof(env)); 145_ectx.CheckValue(env, nameof(env)); 159env.CheckValue(rep, nameof(rep)); 181env.CheckValue(rep, nameof(rep)); 306_ectx.CheckValue(action, nameof(action)); 330_ectx.CheckValue(action, nameof(action)); 351_ectx.CheckValue(action, nameof(action));
Data\ModelSaveContext.cs (4)
125_ectx.CheckValue(writer, nameof(writer)); 159_ectx.CheckValue(action, nameof(action)); 175_ectx.CheckValue(action, nameof(action)); 206_ectx.CheckValue(str, nameof(str));
Data\ModelSaving.cs (1)
82_ectx.CheckValue(fn, nameof(fn));
Data\ProgressReporter.cs (1)
54_ectx.CheckValue(tracker, nameof(tracker));
Data\Repository.cs (2)
294ectx.CheckValue(stream, nameof(stream)); 453ectx.CheckValue(stream, nameof(stream));
Data\ServerChannel.cs (2)
83_chp.CheckValue(func, nameof(func)); 131_chp.CheckValue(toDo, nameof(toDo));
EntryPoints\EntryPointUtils.cs (3)
95host.CheckValue(input, nameof(input)); 109ectx.CheckValue(schema, nameof(schema)); 110ectx.CheckValue(value, nameof(value));