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