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)
1469
def =
_ctorCustom
!= null ?
_ctorCustom
.Invoke(null) : null;
1780
res =
_ctorCustom
.Invoke(null);