2 writes to InstanceKey
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstanceKeyView.cs (2)
23
InstanceKey
= key;
29
InstanceKey
= source.InstanceKey;
9 references to InstanceKey
System.Runtime.DurableInstancing (7)
System\Runtime\DurableInstancing\InstanceKeyView.cs (1)
29
InstanceKey = source.
InstanceKey
;
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (6)
332
keysCopy.Add(view.
InstanceKey
, view);
344
keysCopy.Add(view.
InstanceKey
, view);
446
copy[keyView.
InstanceKey
] = keyView;
487
copy[keyView.
InstanceKey
] = keyView;
560
copy[keyView.
InstanceKey
] = keyView;
624
copy[keyView.
InstanceKey
] = keyView;
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (2)
1119
this.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);
1128
this.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);