1 write to Name
Microsoft.ML.Data (1)
EntryPoints\EntryPointNode.cs (1)
222Name = name;
4 references to Name
Microsoft.ML.Data (4)
EntryPoints\EntryPointNode.cs (4)
307throw _ectx.Except($"Variable '{v.Name}' is used as {v.Type} and as {type}"); 314_vars.Remove(variable.Name); 334throw _ectx.Except($"Variable '{v.Name}' is used as {v.Type} and as {type}"); 344.Select(x => x.Name)