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);