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)
55
get =>
_shortName
;
93
if (string.IsNullOrWhiteSpace(
_shortName
))
95
return
_shortName
.Split(',').Select(name => name.Trim()).ToArray();