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