1 write to TryUnparseCustom
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
1359
TryUnparseCustom
= GetUnparseMethod(type);
2 references to TryUnparseCustom
Microsoft.ML.Core (2)
CommandLine\CmdParser.cs (2)
1383
if (
TryUnparseCustom
== null)
1385
return (bool)
TryUnparseCustom
.Invoke(obj, new object[] { sb });