1 write to _ectx
Microsoft.ML.Data (1)
EntryPoints\EntryPointNode.cs (1)
272
_ectx
= ectx;
15 references to _ectx
Microsoft.ML.Data (15)
EntryPoints\EntryPointNode.cs (15)
283
_ectx
.AssertValue(binding);
292
_ectx
.AssertValue(binding);
293
_ectx
.AssertValue(type);
303
v = new EntryPointVariable(
_ectx
, binding.VariableName, type);
307
throw
_ectx
.Except($"Variable '{v.Name}' is used as {v.Type} and as {type}");
313
_ectx
.CheckValue(variable, nameof(variable));
322
_ectx
.AssertNonEmpty(name);
323
_ectx
.AssertValue(type);
328
v = new EntryPointVariable(
_ectx
, name, type);
334
throw
_ectx
.Except($"Variable '{v.Name}' is used as {v.Type} and as {type}");
361
throw
_ectx
.Except($"Duplicate variable '{kvp.Key}' in subgraph.");
368
throw
_ectx
.Except($"Variable with name '{newName}' already exists in subgraph.");
370
throw
_ectx
.Except($"Variable with name '{oldName}' not found in subgraph.");
378
_ectx
.CheckValue(varPrefix, nameof(varPrefix));
390
v = new EntryPointVariable(
_ectx
, name, type);