3 writes to _count
System.ServiceModel.Primitives (3)
Internals\System\Runtime\InternalBufferManager.cs (3)
370
_count
= 0;
378
_count
= newValue;
387
_count
= newValue;
2 references to _count
System.ServiceModel.Primitives (2)
Internals\System\Runtime\InternalBufferManager.cs (2)
375
int newValue =
_count
- 1;
384
int newValue =
_count
+ 1;