1 write to InstanceType
Microsoft.ML.Core (1)
ComponentModel\LoadableClassAttribute.cs (1)
226
InstanceType
= instType;
5 references to InstanceType
Microsoft.ML.Core (5)
ComponentModel\ComponentCatalog.cs (5)
203
Contracts.AssertValue(attr.
InstanceType
);
211
Type = attr.
InstanceType
;
697
if (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]}'");