29 references to CheckValue
Microsoft.ML.Core (29)
CommandLine\CmdParser.cs (4)
238
env.
CheckValue
(destination, nameof(destination));
239
env.
CheckValue
(destinationType, nameof(destinationType));
241
env.
CheckValue
(reporter, nameof(reporter));
292
env.
CheckValue
(reporter, nameof(reporter));
Data\LinkedRowRootCursorBase.cs (1)
26
Ch.
CheckValue
(schema, nameof(schema));
Data\ModelLoadContext.cs (2)
82
_ectx.
CheckValue
(ent, nameof(ent));
106
_ectx.
CheckValue
(reader, nameof(reader));
Data\ModelLoading.cs (9)
86
env.
CheckValue
(rep, nameof(rep));
120
env.
CheckValue
(rep, nameof(rep));
134
_ectx.
CheckValue
(env, nameof(env));
145
_ectx.
CheckValue
(env, nameof(env));
159
env.
CheckValue
(rep, nameof(rep));
181
env.
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)
294
ectx.
CheckValue
(stream, nameof(stream));
453
ectx.
CheckValue
(stream, nameof(stream));
Data\ServerChannel.cs (2)
83
_chp.
CheckValue
(func, nameof(func));
131
_chp.
CheckValue
(toDo, nameof(toDo));
EntryPoints\EntryPointUtils.cs (3)
95
host.
CheckValue
(input, nameof(input));
109
ectx.
CheckValue
(schema, nameof(schema));
110
ectx.
CheckValue
(value, nameof(value));