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