1 write to Method
Microsoft.ML.Core (1)
ComponentModel\ComponentCatalog.cs (1)
348Method = method;
4 references to Method
Microsoft.ML.Core.Tests (2)
UnitTests\TestEntryPoints.cs (2)
342x.Method.DeclaringType, 343x.Method.Name,
Microsoft.ML.Data (2)
EntryPoints\EntryPointNode.cs (2)
811output = _entryPoint.Method.Invoke(null, new object[] { _host, _inputBuilder.GetInstance(), this }); 818output = _entryPoint.Method.Invoke(null, new object[] { _host, _inputBuilder.GetInstance() });