2 writes to keysToDisassociate
System.Activities (2)
System\Activities\Runtime\BookmarkScopeManager.cs (2)
359
this.
keysToDisassociate
= null;
515
this.
keysToDisassociate
= new List<InstanceKey>(2);
7 references to keysToDisassociate
System.Activities (7)
System\Activities\Runtime\BookmarkScopeManager.cs (7)
52
if (this.
keysToDisassociate
!= null && this.
keysToDisassociate
.Count > 0)
353
if (this.
keysToDisassociate
== null || this.
keysToDisassociate
.Count == 0)
358
ICollection<InstanceKey> result = this.
keysToDisassociate
;
513
if (this.
keysToDisassociate
== null)
517
this.
keysToDisassociate
.Add(new InstanceKey(scope.Id));