2 writes to _pendingException
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (2)
230_pendingException = e; 321_pendingException = null;
3 references to _pendingException
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (3)
314if (_pendingException != null) 318if (_pendingException != null) 320Exception exceptionToThrow = _pendingException;