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