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