4 writes to count
System.ServiceModel.Internals (4)
System\Runtime\ThreadNeutralSemaphore.cs (4)
87this.count++; 130this.count++; 230this.count++; 271this.count--;
6 references to count
System.ServiceModel.Internals (6)
System\Runtime\ThreadNeutralSemaphore.cs (6)
85if (this.count < this.maxCount) 128if (this.count < this.maxCount) 228if (this.count < this.maxCount) 253if (this.count == 0) 280return this.count; 284remainingCount = this.count;