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