2 writes to asyncWriteCount
System.ServiceModel (2)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (2)
161
if (Interlocked.Increment(ref this.
asyncWriteCount
) > 1)
169
if (Interlocked.Decrement(ref this.
asyncWriteCount
) != 0)
1 reference to asyncWriteCount
System.ServiceModel (1)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (1)
177
if (this.
asyncWriteCount
!= 0)