2 writes to _pendingException
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (2)
213
_pendingException
= e;
306
_pendingException
= null;
3 references to _pendingException
System.ServiceModel.NetFramingBase (3)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (3)
299
if (
_pendingException
!= null)
303
if (
_pendingException
!= null)
305
Exception exceptionToThrow =
_pendingException
;