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