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