1 write to maxCount
System.ServiceModel.Internals (1)
System\Runtime\ThreadNeutralSemaphore.cs (1)
42this.maxCount = maxCount;
3 references to maxCount
System.ServiceModel.Internals (3)
System\Runtime\ThreadNeutralSemaphore.cs (3)
85if (this.count < this.maxCount) 128if (this.count < this.maxCount) 228if (this.count < this.maxCount)