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); 303v = new EntryPointVariable(_ectx, binding.VariableName, type); 307throw _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); 328v = new EntryPointVariable(_ectx, name, type); 334throw _ectx.Except($"Variable '{v.Name}' is used as {v.Type} and as {type}"); 361throw _ectx.Except($"Duplicate variable '{kvp.Key}' in subgraph."); 368throw _ectx.Except($"Variable with name '{newName}' already exists in subgraph."); 370throw _ectx.Except($"Variable with name '{oldName}' not found in subgraph."); 378_ectx.CheckValue(varPrefix, nameof(varPrefix)); 390v = new EntryPointVariable(_ectx, name, type);