1 write to UnimportantBookmarks
System.Activities (1)
System\Activities\ExclusiveHandle.cs (1)
203
this.
UnimportantBookmarks
= new ExclusiveHandleBookmarkList();
14 references to UnimportantBookmarks
System.Activities (14)
System\Activities\ExclusiveHandle.cs (12)
114
if ((this.ImportantBookmarks != null && this.ImportantBookmarks.Count != 0) || (this.
UnimportantBookmarks
!= null && this.
UnimportantBookmarks
.Count != 0))
140
if ((this.ImportantBookmarks != null && this.ImportantBookmarks.Count != 0) || (this.
UnimportantBookmarks
!= null && this.
UnimportantBookmarks
.Count != 0))
201
if (this.
UnimportantBookmarks
== null)
206
Fx.Assert(!this.
UnimportantBookmarks
.Contains(bookmark), "We shouldnt be here. We attempted to add the same bookmark");
207
this.
UnimportantBookmarks
.Add(bookmark);
221
(this.
UnimportantBookmarks
!= null && this.
UnimportantBookmarks
.Contains(bookmark)), "Internal error");
232
if (this.
UnimportantBookmarks
!= null)
234
if (this.
UnimportantBookmarks
.Contains(bookmark))
236
this.
UnimportantBookmarks
.Remove(bookmark);
System\Activities\Runtime\BookmarkScopeManager.cs (2)
557
if ((handle.ImportantBookmarks != null && handle.ImportantBookmarks.Contains(bookmark)) && (handle.
UnimportantBookmarks
!= null && handle.
UnimportantBookmarks
.Count != 0))