3 writes to count
System.ServiceModel.Internals (3)
System\Runtime\InternalBufferManager.cs (3)
415
this.
count
= 0;
423
this.
count
= newValue;
432
this.
count
= newValue;
2 references to count
System.ServiceModel.Internals (2)
System\Runtime\InternalBufferManager.cs (2)
420
int newValue = this.
count
- 1;
429
int newValue = this.
count
+ 1;