3 writes to asyncWriteException
System.ServiceModel (3)
System\ServiceModel\Channels\PipeConnection.cs (3)
367
this.
asyncWriteException
= null;
703
this.
asyncWriteException
= null;
974
this.
asyncWriteException
= writeException;
2 references to asyncWriteException
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
700
if (this.
asyncWriteException
!= null)
702
Exception exceptionToThrow = this.
asyncWriteException
;