2 references to PooledAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (2)
949
this.pooledAsyncResult = new
PooledAsyncResult
(this, false);
962
this.completedSynchronouslyResult = new
PooledAsyncResult
(this, true);