1 write to cachedResolutionContext
System.Activities (1)
System\Activities\WorkflowDataContext.cs (1)
50this.cachedResolutionContext = new ActivityContext(this.activityInstance, this.executor);
4 references to cachedResolutionContext
System.Activities (4)
System\Activities\WorkflowDataContext.cs (4)
48if (this.cachedResolutionContext == null) 51this.cachedResolutionContext.AllowChainedEnvironmentAccess = true; 55this.cachedResolutionContext.Reinitialize(this.activityInstance, this.executor); 57return this.cachedResolutionContext;