2 instantiations of ExceptionQueue
System.ServiceModel (2)
System\ServiceModel\Channels\CommunicationObject.cs (2)
493this.exceptionQueue = new ExceptionQueue(this.ThisLock); 511this.exceptionQueue = new ExceptionQueue(this.ThisLock);
3 references to ExceptionQueue
System.ServiceModel (3)
System\ServiceModel\Channels\CommunicationObject.cs (3)
22ExceptionQueue exceptionQueue; 524ExceptionQueue queue = this.exceptionQueue; 1004ExceptionQueue queue = this.exceptionQueue;