3 writes to _count
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (3)
385_count = 0; 393_count = newValue; 402_count = newValue;
2 references to _count
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (2)
390int newValue = _count - 1; 399int newValue = _count + 1;