1 write to keysToAssociate
System.Activities (1)
System\Activities\DurableInstancing\LoadWorkflowByInstanceKeyCommand.cs (1)
35this.keysToAssociate = new Dictionary<Guid, IDictionary<XName, InstanceValue>>();
6 references to keysToAssociate
System.Activities (6)
System\Activities\DurableInstancing\LoadWorkflowByInstanceKeyCommand.cs (6)
33if (this.keysToAssociate == null) 37return this.keysToAssociate; 45return (this.keysToAssociate == null || this.keysToAssociate.Count == 0) && AssociateInstanceKeyToInstanceId == Guid.Empty; 88if (this.keysToAssociate != null) 90foreach (KeyValuePair<Guid, IDictionary<XName, InstanceValue>> key in this.keysToAssociate)