1 write to LoaderType
Microsoft.ML.Core (1)
ComponentModel\LoadableClassAttribute.cs (1)
227
LoaderType
= loaderType;
3 references to LoaderType
Microsoft.ML.Core (3)
ComponentModel\ComponentCatalog.cs (3)
204
Contracts.AssertValue(attr.
LoaderType
);
212
LoaderType = attr.
LoaderType
;
697
if (attr.InstanceType != typeof(void) && !TryGetIniters(attr.InstanceType, attr.
LoaderType
, attr.CtorTypes, out getter, out ctor, out create, out requireEnvironment))