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