1 write to completedSynchronouslyResult
System.ServiceModel (1)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (1)
962this.completedSynchronouslyResult = new PooledAsyncResult(this, true);
2 references to completedSynchronouslyResult
System.ServiceModel (2)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (2)
960if (this.completedSynchronouslyResult == null) 965return completedSynchronouslyResult;