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