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