2 references to FindCreateMethod
Microsoft.ML.Core (2)
ComponentModel\ComponentCatalog.cs (2)
482if ((create = FindCreateMethod(instType, loaderType, parmTypes ?? Type.EmptyTypes)) == null) 484if ((create = FindCreateMethod(instType, loaderType, parmTypesWithEnv ?? Type.EmptyTypes)) != null)