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