1 write to Type
Microsoft.ML.Data (1)
EntryPoints\EntryPointNode.cs (1)
224Type = type;
6 references to Type
Microsoft.ML.Data (6)
EntryPoints\EntryPointNode.cs (6)
234_ectx.Assert(value == null || Type.IsAssignableFrom(value.GetType())); 249var v = new EntryPointVariable(_ectx, newName, Type); 306else if (v.Type != type) 307throw _ectx.Except($"Variable '{v.Name}' is used as {v.Type} and as {type}"); 333if (v.Type != type) 334throw _ectx.Except($"Variable '{v.Name}' is used as {v.Type} and as {type}");