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)
228get { return _count; } 250return other._count == _count; 273int bytesToCopy = Math.Min(_count, srcCount);