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)
299if (_pendingException != null) 303if (_pendingException != null) 305Exception exceptionToThrow = _pendingException;