7 references to InstanceKey
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstanceKey.cs (1)
29: this(value, null)
System.ServiceModel (1)
System\ServiceModel\Channels\CorrelationKey.cs (1)
26: base(GenerateKey(keyString), new Dictionary<XName, InstanceValue>(2)
System.ServiceModel.Activities (5)
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);
System\ServiceModel\Activities\InternalSendMessage.cs (2)
765InstanceKey requestReplyCorrelationKey = new InstanceKey(Guid.NewGuid(), 783requestReplyCorrelationKey = new InstanceKey(Guid.NewGuid(),
System\ServiceModel\Activities\SerializableInstanceKey.cs (1)
82return new InstanceKey(this.value, metadata);