1 write to pooledAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (1)
949this.pooledAsyncResult = new PooledAsyncResult(this, false);
2 references to pooledAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (2)
947if (this.pooledAsyncResult == null) 952return this.pooledAsyncResult;