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