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)
314
if (
_pendingException
!= null)
318
if (
_pendingException
!= null)
320
Exception exceptionToThrow =
_pendingException
;