1 write to keysToDisassociate
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (1)
78this.keysToDisassociate = new HashSet<InstanceKey>();
10 references to keysToDisassociate
System.ServiceModel.Activities (10)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (10)
198if (AssociatedKeys.Contains(key) && !this.keysToDisassociate.Contains(key)) 200this.keysToDisassociate.Add(key); 402this.directory.RemoveAssociations(this, this.keysToDisassociate); 406foreach (InstanceKey key in this.keysToDisassociate) 413this.keysToDisassociate.Clear(); 827foreach (InstanceKey key in this.persistenceContext.keysToDisassociate) 1097thisPtr.persistenceContext.keysToDisassociate.Clear(); 1221thisPtr.applicationKeys ? thisPtr.persistenceContext.keysToDisassociate : null)) 1236((thisPtr.persistenceContext.keysToDisassociate.Count != 0) && 1248foreach (InstanceKey key in thisPtr.persistenceContext.keysToDisassociate)