2 writes to _count
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ProducerConsumerStream.cs (2)
212
_count
= count;
276
_count
-= bytesToCopy;
4 references to _count
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ProducerConsumerStream.cs (4)
228
get { return
_count
; }
250
return other.
_count
==
_count
;
273
int bytesToCopy = Math.Min(
_count
, srcCount);