1 write to throttle
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (1)
1394
this.
throttle
= new ThreadNeutralSemaphore(maxCount);
3 references to throttle
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (3)
1402
bool success = this.
throttle
.EnterAsync(timeout, callback, state);
1412
int remainingCount = this.
throttle
.Exit();
1422
this.
throttle
.Abort();