1 write to _ectx
Microsoft.ML.Data (1)
EntryPoints\EntryPointNode.cs (1)
219
_ectx
= ectx;
5 references to _ectx
Microsoft.ML.Data (5)
EntryPoints\EntryPointNode.cs (5)
220
_ectx
.AssertNonEmpty(name);
232
_ectx
.AssertValueOrNull(value);
233
_ectx
.Assert(!IsValueSet);
234
_ectx
.Assert(value == null || Type.IsAssignableFrom(value.GetType()));
249
var v = new EntryPointVariable(
_ectx
, newName, Type);