1 write to Field
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
1430
Field
= field;
15 references to Field
Microsoft.ML.Core (15)
CommandLine\CmdParser.cs (15)
656
arg.
Field
.SetValue(destination, null);
658
_host.ComponentCatalog.TryFindComponentCaseInsensitive(arg.
Field
.FieldType, value, out component))
667
arg.
Field
.SetValue(destination, activator);
1221
public FieldInfo Field { get { return _arg.
Field
; } }
1512
if (IsCollection &&
Field
.GetValue(destination) == null)
1513
Field
.SetValue(destination, Array.CreateInstance(ItemType, 0));
1553
Field
.SetValue(destination, factory);
1600
Field
.SetValue(destination, arr);
1631
Field
.SetValue(destination, arr);
1642
Field
.SetValue(destination, res);
1649
Field
.SetValue(destination, res);
1715
Field
.SetValue(destination, newValue);
1722
return
Field
.GetValue(source);
2265
get { return IsComponentFactory && !
Field
.FieldType.IsArray; }
2270
get { return IsComponentFactory &&
Field
.FieldType.IsArray; }