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