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