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