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