1 write to _sep1
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderParser.cs (1)
939
_sep1
= _seps.Length > 1 ? _seps[1] : '\0';
1 reference to _sep1
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderParser.cs (1)
1330
if (_sep0 == span[ichCur] ||
_sep1
== span[ichCur])