1 write to keysToComplete
System.Activities (1)
System\Activities\DurableInstancing\SaveWorkflowCommand.cs (1)
52
this.
keysToComplete
= new Collection<Guid>();
4 references to keysToComplete
System.Activities (4)
System\Activities\DurableInstancing\SaveWorkflowCommand.cs (4)
50
if (this.
keysToComplete
== null)
54
return this.
keysToComplete
;
115
(this.
keysToComplete
== null || this.
keysToComplete
.Count == 0) &&