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