1 write to InstanceType
Microsoft.ML.Core (1)
ComponentModel\LoadableClassAttribute.cs (1)
226InstanceType = instType;
5 references to InstanceType
Microsoft.ML.Core (5)
ComponentModel\ComponentCatalog.cs (5)
203Contracts.AssertValue(attr.InstanceType); 211Type = attr.InstanceType; 697if (attr.InstanceType != typeof(void) && !TryGetIniters(attr.InstanceType, attr.LoaderType, attr.CtorTypes, out getter, out ctor, out create, out requireEnvironment)) 702$"Can't instantiate loadable class '{attr.InstanceType.Name}' with name '{attr.LoadNames[0]}'");