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