1 write to keysToFree
System.Activities (1)
System\Activities\DurableInstancing\SaveWorkflowCommand.cs (1)
64
this.
keysToFree
= new Collection<Guid>();
4 references to keysToFree
System.Activities (4)
System\Activities\DurableInstancing\SaveWorkflowCommand.cs (4)
62
if (this.
keysToFree
== null)
66
return this.
keysToFree
;
114
(this.
keysToFree
== null || this.
keysToFree
.Count == 0) &&