4 references to GetPendingException
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\CommunicationObject.cs (1)
469
Exception 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
());