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