1 write to completionException
System.ServiceModel (1)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (1)
589
this.
completionException
= this.completionException ?? buffer.CompletionException;
3 references to completionException
System.ServiceModel (3)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (3)
589
this.completionException = this.
completionException
?? buffer.CompletionException;
640
if (this.
completionException
!= null)
642
throw FxTrace.Exception.AsError(this.
completionException
);