1 write to KeyId
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\CorrelationKey.cs (1)
26
this.
KeyId
= keyId;
3 references to KeyId
System.Activities.DurableInstancing (3)
System\Activities\DurableInstancing\CorrelationKey.cs (1)
51
xmlWriter.WriteAttributeString("KeyId", this.
KeyId
.ToString());
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (1)
75
parameters.Add(new SqlParameter { ParameterName = "@singleKeyId", SqlDbType = SqlDbType.UniqueIdentifier, Value = singleKeyToAssociate ? keysToAssociate[0].
KeyId
: (object) DBNull.Value });
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (1)
508
parameters.Add(new SqlParameter { ParameterName = "@singleKeyId", SqlDbType = SqlDbType.UniqueIdentifier, Value = singleKeyToAssociate ? keysToAssociate[0].
KeyId
: (object)DBNull.Value });