3 writes to pendingException
System.ServiceModel (3)
System\ServiceModel\Channels\SessionConnectionReader.cs (3)
1346
pendingException
= null;
1368
pendingException
= e;
1476
pendingException
= e;
3 references to pendingException
System.ServiceModel (3)
System\ServiceModel\Channels\SessionConnectionReader.cs (3)
1204
if (pendingMessage != null ||
pendingException
!= null)
1343
if (
pendingException
!= null)
1345
Exception exception =
pendingException
;