2 references to GetIndentedCommandLine
Microsoft.ML.Data (1)
DataLoadSave\Text\TextSaver.cs (1)
459
foreach (string line in CmdIndenter.
GetIndentedCommandLine
(str).Split(new[] { "\n", "\r" }, StringSplitOptions.RemoveEmptyEntries))
Microsoft.ML.Predictor.Tests (1)
CmdLine\CmdIndenterTest.cs (1)
84
wrt.WriteLine(CmdIndenter.
GetIndentedCommandLine
(input));