2 writes to Values
Microsoft.ML.Core (2)
CommandLine\CmdParser.cs (2)
1698val.Values = new List<KeyValuePair<string, object>>(); 1711Utils.Add(ref val.Values, new KeyValuePair<string, object>("", newValue));
4 references to Values
Microsoft.ML.Core (4)
CommandLine\CmdParser.cs (4)
1516var values = val.Values; 1697if (val.Values == null) 1699else if (Unique && val.Values.Any(x => x.Value.Equals(newValue))) 1704val.Values.Add(new KeyValuePair<string, object>(tag, newValue));