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)
390
int newValue =
_count
- 1;
399
int newValue =
_count
+ 1;