1 write to _ctorCustom
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
1469_ctorCustom = ItemValueType.GetConstructor(Type.EmptyTypes);
3 references to _ctorCustom
Microsoft.ML.Core (3)
CommandLine\CmdParser.cs (3)
1470def = _ctorCustom != null ? _ctorCustom.Invoke(null) : null; 1781res = _ctorCustom.Invoke(null);