2 writes to syncWaiterCount
System.ServiceModel.Internals (2)
System\Runtime\AsyncWaitHandle.cs (2)
119
this.
syncWaiterCount
++;
142
this.
syncWaiterCount
--;
1 reference to syncWaiterCount
System.ServiceModel.Internals (1)
System\Runtime\AsyncWaitHandle.cs (1)
172
if (this.
syncWaiterCount
> 0)