3 writes to asyncReadException
System.ServiceModel (3)
System\ServiceModel\Channels\PipeConnection.cs (3)
245asyncReadException = null; 692asyncReadException = null; 897this.asyncReadException = e;
2 references to asyncReadException
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
689if (asyncReadException != null) 691Exception exceptionToThrow = asyncReadException;