6 writes to Name
Microsoft.ML.Data (6)
Transforms\ColumnBindingsBase.cs (4)
139Name = str; 146Name = str.Substring(0, ich); 170Name = str; 177Name = str.Substring(0, ich);
Transforms\ColumnConcatenatingTransformer.cs (2)
99column.Name = Name; 115Name = name,
10 references to Name
Microsoft.ML.Data (10)
Transforms\ColumnBindingsBase.cs (8)
201if (string.IsNullOrWhiteSpace(Name) || Utils.Size(Source) == 0) 203if (CmdQuoter.NeedsQuoting(Name)) 207if (Source.Length == 1 && Source[0] == Name) 209sb.Append(Name); 212sb.Append(Name).Append(':'); 226if (string.IsNullOrWhiteSpace(Name) || Utils.Size(Source) == 0) 228if (CmdQuoter.NeedsQuoting(Name)) 232sb.Append(Name).Append(':').Append(extra).Append(':');
Transforms\ColumnConcatenatingTransformer.cs (2)
88taggedColumn.Name = res.Name; 380.Select(c => new ColumnOptions(c.Name, c.Source))