1 write to Map
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
1349Map = map;
2 references to Map
Microsoft.ML.Core (2)
CommandLine\CmdParser.cs (2)
740return info.Map.TryGetValue(option.ToLowerInvariant(), out arg); 1199if (string.IsNullOrWhiteSpace(name) || !_info.Map.TryGetValue(name.ToLowerInvariant(), out argument))