2 writes to exceptionQueue
System.ServiceModel (2)
System\ServiceModel\Channels\CommunicationObject.cs (2)
493this.exceptionQueue = new ExceptionQueue(this.ThisLock); 511this.exceptionQueue = new ExceptionQueue(this.ThisLock);
6 references to exceptionQueue
System.ServiceModel (6)
System\ServiceModel\Channels\CommunicationObject.cs (6)
492if (this.exceptionQueue == null) 502this.exceptionQueue.AddException(exception); 510if (this.exceptionQueue == null) 514this.exceptionQueue.AddException(exception); 524ExceptionQueue queue = this.exceptionQueue; 1004ExceptionQueue queue = this.exceptionQueue;