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