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