1 write to ParseCustom
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
1359
ParseCustom
= GetParseMethod(type);
2 references to ParseCustom
Microsoft.ML.Core (2)
CommandLine\CmdParser.cs (2)
1766
if (_infoCustom.
ParseCustom
!= null &&
1767
(res = _infoCustom.
ParseCustom
.Invoke(null, new string[] { data })) != null)