8 writes to ErrorChar
System (8)
sys\system\io\ports\SerialStream.cs (8)
340dcb.ErrorChar = parityReplace; 345dcb.ErrorChar = (byte) '\0'; 352dcb.ErrorChar = ErrorCharOld; 379dcb.ErrorChar = parityReplace; 384dcb.ErrorChar = (byte) '\0'; 392dcb.ErrorChar = errorCharOld; 1318dcb.ErrorChar = parityReplace; 1323dcb.ErrorChar = (byte) '\0';
2 references to ErrorChar
System (2)
sys\system\io\ports\SerialStream.cs (2)
331byte ErrorCharOld = dcb.ErrorChar; 372byte errorCharOld = dcb.ErrorChar;