11 references to NeedsQuoting
Microsoft.ML.Data (11)
DataLoadSave\Text\TextLoader.cs (1)
196if (CmdQuoter.NeedsQuoting(Name))
Transforms\ColumnBindingsBase.cs (8)
65if (CmdQuoter.NeedsQuoting(Name) || CmdQuoter.NeedsQuoting(Source)) 85if (CmdQuoter.NeedsQuoting(Name) || CmdQuoter.NeedsQuoting(Source)) 203if (CmdQuoter.NeedsQuoting(Name)) 205if (Source.Any(x => CmdQuoter.NeedsQuoting(x) || x.Contains(","))) 228if (CmdQuoter.NeedsQuoting(Name)) 230if (Source.Any(x => CmdQuoter.NeedsQuoting(x) || x.Contains(",")))
Transforms\TypeConverting.cs (2)
103if (CmdQuoter.NeedsQuoting(Name) || CmdQuoter.NeedsQuoting(Source))