9 references to QuoteValue
Microsoft.ML.Core (6)
CommandLine\CmdParser.cs (6)
825CmdQuoter.QuoteValue(str, sb, force: true); 1936CmdQuoter.QuoteValue(settings, sb, true); 2009CmdQuoter.QuoteValue(value.ToString(), sb); 2099CmdQuoter.QuoteValue(value.ToString(), buffer); 2120CmdQuoter.QuoteValue(settings, sb, true); 2367CmdQuoter.QuoteValue(str, sb, true);
Microsoft.ML.Data (1)
DataLoadSave\Text\TextSaver.cs (1)
485CmdQuoter.QuoteValue(settings, sb, true);
Microsoft.ML.TestFramework (2)
Learners.cs (1)
593CmdQuoter.QuoteValue(netDefinition, quoted);
SubComponent.cs (1)
135CmdQuoter.QuoteValue(str, sb, true);