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