1 write to loadsInProgress
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (1)
78this.loadsInProgress = new Dictionary<InstanceKey, AsyncWaitHandle>();
4 references to loadsInProgress
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (4)
670this.loadsInProgress.TryGetValue(key, out waitHandle); 674this.loadsInProgress.Add(key, newWaitHandle); 691this.loadsInProgress.TryGetValue(key, out waitHandle); 696this.loadsInProgress.Remove(key);