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