1 write to _exceptionQueue
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\CommunicationObject.cs (1)
441_exceptionQueue = new ExceptionQueue(_thisLock);
3 references to _exceptionQueue
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\CommunicationObject.cs (3)
439if (_exceptionQueue == null) 445_exceptionQueue.AddException(exception); 455ExceptionQueue queue = _exceptionQueue;