1 write to timerBookmark
System.Activities (1)
System\Activities\Statements\Delay.cs (1)
23this.timerBookmark = new Variable<Bookmark>();
4 references to timerBookmark
System.Activities (4)
System\Activities\Statements\Delay.cs (4)
47metadata.AddImplementationVariable(this.timerBookmark); 72this.timerBookmark.Set(context, bookmark); 77Bookmark timerBookmark = this.timerBookmark.Get(context); 86Bookmark timerBookmark = this.timerBookmark.Get(context);