2 writes to _startListeningException
System.Runtime.Remoting (2)
channels\ipc\ipcserverchannel.cs (2)
268
_startListeningException
= null;
315
_startListeningException
= e;
3 references to _startListeningException
System.Runtime.Remoting (3)
channels\ipc\ipcserverchannel.cs (3)
264
if (
_startListeningException
!= null)
267
Exception e =
_startListeningException
;
318
_bListening = (
_startListeningException
== null);