1 write to Field
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
1429Field = field;
15 references to Field
Microsoft.ML.Core (15)
CommandLine\CmdParser.cs (15)
655arg.Field.SetValue(destination, null); 657_host.ComponentCatalog.TryFindComponentCaseInsensitive(arg.Field.FieldType, value, out component)) 666arg.Field.SetValue(destination, activator); 1220public FieldInfo Field { get { return _arg.Field; } } 1511if (IsCollection && Field.GetValue(destination) == null) 1512Field.SetValue(destination, Array.CreateInstance(ItemType, 0)); 1552Field.SetValue(destination, factory); 1599Field.SetValue(destination, arr); 1630Field.SetValue(destination, arr); 1641Field.SetValue(destination, res); 1648Field.SetValue(destination, res); 1714Field.SetValue(destination, newValue); 1721return Field.GetValue(source); 2260get { return IsComponentFactory && !Field.FieldType.IsArray; } 2265get { return IsComponentFactory && Field.FieldType.IsArray; }