2 writes to pendingException
System.ServiceModel (2)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (2)
228this.pendingException = e; 319this.pendingException = null;
3 references to pendingException
System.ServiceModel (3)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (3)
312if (this.pendingException != null) 316if (this.pendingException != null) 318Exception exceptionToThrow = this.pendingException;