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