2 writes to InstanceKey
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstanceKeyView.cs (2)
23InstanceKey = key; 29InstanceKey = source.InstanceKey;
9 references to InstanceKey
System.Runtime.DurableInstancing (7)
System\Runtime\DurableInstancing\InstanceKeyView.cs (1)
29InstanceKey = source.InstanceKey;
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (6)
332keysCopy.Add(view.InstanceKey, view); 344keysCopy.Add(view.InstanceKey, view); 446copy[keyView.InstanceKey] = keyView; 487copy[keyView.InstanceKey] = keyView; 560copy[keyView.InstanceKey] = keyView; 624copy[keyView.InstanceKey] = keyView;
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (2)
1119this.context = new PersistenceContext(this.ppd, this.ppd.store, this.handle, this.view.InstanceId, this.view.InstanceKeys.Values.Select((keyView) => new InstanceKey(keyView.InstanceKey, keyView.InstanceKeyMetadata)), true, true, this.view, null); 1128this.context = new PersistenceContext(this.ppd, this.ppd.store, this.handle, this.view.InstanceId, this.view.InstanceKeys.Values.Select((keyView) => new InstanceKey(keyView.InstanceKey, keyView.InstanceKeyMetadata)), false, true, this.view, this.updatedIdentity);