3 writes to readOnlyBookmarkScopeCollection
System.Activities (3)
System\Activities\ExclusiveHandle.cs (3)
49this.readOnlyBookmarkScopeCollection = new ReadOnlyCollection<BookmarkScopeHandle>(this.bookmarkScopes); 126this.readOnlyBookmarkScopeCollection = null; 145this.readOnlyBookmarkScopeCollection = null;
2 references to readOnlyBookmarkScopeCollection
System.Activities (2)
System\Activities\ExclusiveHandle.cs (2)
47if (this.readOnlyBookmarkScopeCollection == null) 51return this.readOnlyBookmarkScopeCollection;