2 writes to _pinChanged
System.IO.Ports (2)
System\IO\Ports\SerialPort.cs (2)
109
_pinChanged
+= value;
121
_pinChanged
-= value;
4 references to _pinChanged
System.IO.Ports (4)
System\IO\Ports\SerialPort.cs (4)
108
bool wasNull =
_pinChanged
== null;
123
if (
_pinChanged
== null)
638
if (
_pinChanged
!= null)
1253
SerialPinChangedEventHandler eventHandler =
_pinChanged
;