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