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