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