1 write to _shortName
Microsoft.ML.Core (1)
CommandLine\ArgumentAttribute.cs (1)
59_shortName = value;
3 references to _shortName
Microsoft.ML.Core (3)
CommandLine\ArgumentAttribute.cs (3)
55get => _shortName; 93if (string.IsNullOrWhiteSpace(_shortName)) 95return _shortName.Split(',').Select(name => name.Trim()).ToArray();