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