1 instantiation of ExceptionQueue
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\CommunicationObject.cs (1)
441
_exceptionQueue = new
ExceptionQueue
(_thisLock);
2 references to ExceptionQueue
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\CommunicationObject.cs (2)
17
private
ExceptionQueue
_exceptionQueue;
455
ExceptionQueue
queue = _exceptionQueue;