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