1 write to _name
Microsoft.ML.Core (1)
CommandLine\ArgumentAttribute.cs (1)
86set { _name = string.IsNullOrWhiteSpace(value) ? null : value; }
1 reference to _name
Microsoft.ML.Core (1)
CommandLine\ArgumentAttribute.cs (1)
85get => _name;