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