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