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