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