1 write to encoding
System (1)
sys\system\io\ports\SerialPort.cs (1)
309
encoding
= value;
8 references to encoding
System (8)
sys\system\io\ports\SerialPort.cs (8)
294
return
encoding
;
310
decoder =
encoding
.GetDecoder();
313
maxByteCountForSingleChar =
encoding
.GetMaxByteCount(1);
1083
DecoderReplacementFallback fallback =
encoding
.DecoderFallback as DecoderReplacementFallback;
1084
if (
encoding
.IsSingleByte &&
encoding
.GetMaxCharCount(bytesToRead) == bytesToRead &&
1307
byte[] readBuffer =
encoding
.GetBytes(currentLine.ToString());
1345
bytesToWrite =
encoding
.GetBytes(text);