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