2 writes to bookmarkScopeHandle
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\CorrelationHandle.cs (2)
60set { this.bookmarkScopeHandle = value; } 167this.bookmarkScopeHandle = context.CreateAndInitializeHandle<BookmarkScopeHandle>();
4 references to bookmarkScopeHandle
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\CorrelationHandle.cs (4)
59get { return this.bookmarkScopeHandle; } 186context.UninitializeHandle(this.bookmarkScopeHandle); 284this.bookmarkScopeHandle.CreateBookmarkScope(context, instanceKey.Value); 285this.Scope = this.bookmarkScopeHandle.BookmarkScope;