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