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