2 writes to InstanceKey
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\CorrelationHandle.cs (2)
110
this.
InstanceKey
= value.ToInstanceKey();
278
this.
InstanceKey
= instanceKey;
12 references to InstanceKey
System.ServiceModel.Activities (12)
System\ServiceModel\Activities\CorrelationHandle.cs (9)
101
if (this.
InstanceKey
!= null)
103
return new SerializableInstanceKey(this.
InstanceKey
);
175
if (this.
InstanceKey
!= null)
177
sendReceiveExtension.OnUninitializeCorrelation(this.
InstanceKey
);
273
if (this.
InstanceKey
!= null && this.
InstanceKey
.Value != instanceKey.Value)
276
new InvalidOperationException(SR.CorrelationHandleInUse(this.
InstanceKey
.Value, instanceKey.Value)));
307
if (this.Scope != null || this.CallbackContext != null || this.Context != null || this.ResponseContext != null || this.RequestContext != null || (this.
InstanceKey
!= null && this.
InstanceKey
.IsValid))
System\ServiceModel\Activities\InternalReceiveMessage.cs (1)
882
correlatesWithValue = followingCorrelation.
InstanceKey
;
System\ServiceModel\Activities\InternalSendMessage.cs (1)
807
(correlatesWith == null) ? null : correlatesWith.
InstanceKey
,
System\ServiceModel\Activities\ToReply.cs (1)
148
if (!this.TryGetMessageVersion(correlatesWith.
InstanceKey
, out version))