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)
264if (_startListeningException != null) 267Exception e = _startListeningException; 318_bListening = (_startListeningException == null);