1 write to CreateMethod
Microsoft.ML.Core (1)
ComponentModel\ComponentCatalog.cs (1)
222CreateMethod = create;
2 references to CreateMethod
Microsoft.ML.Core (2)
ComponentModel\ComponentCatalog.cs (2)
246if (CreateMethod != null) 247return CreateMethod.Invoke(null, ctorArgs);