1 write to _seps
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderParser.cs (1)
937_seps = seps;
8 references to _seps
Microsoft.ML.Data (8)
DataLoadSave\Text\TextLoaderParser.cs (8)
938_sep0 = _seps[0]; 939_sep1 = _seps.Length > 1 ? _seps[1] : '\0'; 964for (int i = 1; i < _seps.Length; i++) 966if (ch == _seps[i]) 1312if (_seps.Length == 1) 1323else if (_seps.Length == 2) 1359Contracts.Assert(_seps.Contains(span[ichCur]));