2 references to TryGetOptionValue
Microsoft.ML.Core (2)
CommandLine\CmdParser.cs (2)
584
if (!
TryGetOptionValue
(info, str.Substring(1), out arg, out option, out tag, out value))
596
if (
TryGetOptionValue
(info, str, out arg, out option, out tag, out value))