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