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