1 write to _encoding
Microsoft.ML.Core (1)
Utilities\TextReaderStream.cs (1)
79_encoding = encoding;
4 references to _encoding
Microsoft.ML.Core (4)
Utilities\TextReaderStream.cs (4)
81_buff = new byte[Math.Max(_encoding.GetByteCount("\n"), _encoding.GetMaxByteCount(_charBlockSize))]; 132_buffLim = _encoding.GetBytes("\n", 0, 1, _buff, 0); 142_buffLim = _encoding.GetBytes(_line, _lineCur, charCount, _buff, 0);