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