2 writes to resumptionResult
System.Activities (2)
System\Activities\WorkflowApplication.cs (2)
3374if (this.instance.AreBookmarksInvalid(out this.resumptionResult)) 3386this.resumptionResult = this.instance.ResumeBookmarkCore(this.bookmark, this.value);
5 references to resumptionResult
System.Activities (5)
System\Activities\WorkflowApplication.cs (5)
3251return thisPtr.resumptionResult; 3312tryOneMore = this.resumptionResult == BookmarkResumptionResult.NotReady; 3349if (thisPtr.resumptionResult == BookmarkResumptionResult.NotReady) 3388if (this.resumptionResult == BookmarkResumptionResult.Success) 3404else if (this.resumptionResult == BookmarkResumptionResult.NotReady)