2 writes to ExecuteActionBookmark
System.Activities (2)
System\Activities\Statements\Pick.cs (2)
211pickState.ExecuteActionBookmark = null; 317pickState.ExecuteActionBookmark = context.CreateBookmark(new BookmarkCallback(OnExecuteAction));
3 references to ExecuteActionBookmark
System.Activities (3)
System\Activities\Statements\Pick.cs (3)
173if (executingChildren.Count == 1 && pickState.ExecuteActionBookmark != null) 208Fx.Assert(pickState.ExecuteActionBookmark != null, "This should have been set by the branch."); 210context.ResumeBookmark(pickState.ExecuteActionBookmark, null);