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