1 write to extensionReceiveBookmark
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\InternalReceiveMessage.cs (1)
61
this.
extensionReceiveBookmark
= new Variable<Bookmark>();
5 references to extensionReceiveBookmark
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\InternalReceiveMessage.cs (5)
264
Bookmark pendingBookmark = this.
extensionReceiveBookmark
.Get(context);
278
Bookmark pendingBookmark = this.
extensionReceiveBookmark
.Get(context);
781
metadata.AddImplementationVariable(this.
extensionReceiveBookmark
);
871
this.
extensionReceiveBookmark
.Set(executionContext, bookmark);
897
this.
extensionReceiveBookmark
.Set(executionContext, null);