4 references to GetPendingException
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\CommunicationObject.cs (1)
469Exception exception = GetPendingException();
System\ServiceModel\Channels\InputQueueChannel.cs (2)
87_inputQueue.Shutdown(() => GetPendingException()); 122_inputQueue.Shutdown(() => GetPendingException());
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1723_queue.Shutdown(() => GetPendingException());