3 writes to EscapeChar
Microsoft.ML.PerformanceTests (1)
TextLoaderBench.cs (1)
49
EscapeChar
= '\\',
Microsoft.ML.Tests (2)
TextLoaderTests.cs (2)
1283
EscapeChar
= useCustomEscapeChar ? '\\' : TextLoader.Defaults.EscapeChar,
1310
options.
EscapeChar
= '"'; // TextSaver always uses " as escape char
2 references to EscapeChar
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoader.cs (2)
1248
_escapeChar = options.
EscapeChar
;
1250
throw _host.ExceptUserArg(nameof(Options.
EscapeChar
), "EscapeChar '{0}' can't be used both as EscapeChar and separator", _escapeChar);