1 write to LoadNames
Microsoft.ML.Core (1)
ComponentModel\ComponentCatalog.cs (1)
215
LoadNames
= attr.LoadNames.AsReadOnly();
3 references to LoadNames
Microsoft.ML.Core (3)
ComponentModel\ComponentCatalog.cs (3)
289
throw Contracts.Except("Loadable class '{0}' does not derive from '{1}'",
LoadNames
[0], typeof(TRes).FullName);
299
throw Contracts.Except("Loadable class '{0}' does not derive from '{1}'",
LoadNames
[0], typeof(TRes).FullName);
784
.Where(ci => ci.
LoadNames
.Select(n => n.ToLowerInvariant().Trim()).Contains(name))