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