1 write to keysToAssociate
System.Activities (1)
System\Activities\DurableInstancing\SaveWorkflowCommand.cs (1)
40
this.
keysToAssociate
= new Dictionary<Guid, IDictionary<XName, InstanceValue>>();
6 references to keysToAssociate
System.Activities (6)
System\Activities\DurableInstancing\SaveWorkflowCommand.cs (6)
38
if (this.
keysToAssociate
== null)
42
return this.
keysToAssociate
;
116
(this.
keysToAssociate
== null || this.
keysToAssociate
.Count == 0);
140
if (this.
keysToAssociate
!= null)
142
foreach (KeyValuePair<Guid, IDictionary<XName, InstanceValue>> key in this.
keysToAssociate
)