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