public object InvokeExpression(int expressionId, System.Collections.Generic.IList <System.Activities.LocationReference> locations, System.Activities.ActivityContext activityContext)
 {
     if ((this.rootActivity == null))
     {
         this.rootActivity = this;
     }
     if ((this.dataContextActivities == null))
     {
         this.dataContextActivities = Workflow1_TypedDataContext2.GetDataContextActivitiesHelper(this.rootActivity, this.forImplementation);
     }
     if ((expressionId == 0))
     {
         System.Activities.XamlIntegration.CompiledDataContext[] cachedCompiledDataContext = Workflow1_TypedDataContext2.GetCompiledDataContextCacheHelper(this.dataContextActivities, activityContext, this.rootActivity, this.forImplementation, 2);
         if ((cachedCompiledDataContext[0] == null))
         {
             cachedCompiledDataContext[0] = new Workflow1_TypedDataContext2(locations, activityContext, true);
         }
         Workflow1_TypedDataContext2 refDataContext0 = ((Workflow1_TypedDataContext2)(cachedCompiledDataContext[0]));
         return(refDataContext0.GetLocation <int>(refDataContext0.ValueType___Expr0Get, refDataContext0.ValueType___Expr0Set, expressionId, this.rootActivity, activityContext));
     }
     if ((expressionId == 1))
     {
         System.Activities.XamlIntegration.CompiledDataContext[] cachedCompiledDataContext = Workflow1_TypedDataContext2_ForReadOnly.GetCompiledDataContextCacheHelper(this.dataContextActivities, activityContext, this.rootActivity, this.forImplementation, 2);
         if ((cachedCompiledDataContext[1] == null))
         {
             cachedCompiledDataContext[1] = new Workflow1_TypedDataContext2_ForReadOnly(locations, activityContext, true);
         }
         Workflow1_TypedDataContext2_ForReadOnly valDataContext1 = ((Workflow1_TypedDataContext2_ForReadOnly)(cachedCompiledDataContext[1]));
         return(valDataContext1.ValueType___Expr1Get());
     }
     return(null);
 }
 public object InvokeExpression(int expressionId, System.Collections.Generic.IList <System.Activities.Location> locations)
 {
     if ((this.rootActivity == null))
     {
         this.rootActivity = this;
     }
     if ((expressionId == 0))
     {
         Workflow1_TypedDataContext2 refDataContext0 = new Workflow1_TypedDataContext2(locations, true);
         return(refDataContext0.GetLocation <int>(refDataContext0.ValueType___Expr0Get, refDataContext0.ValueType___Expr0Set));
     }
     if ((expressionId == 1))
     {
         Workflow1_TypedDataContext2_ForReadOnly valDataContext1 = new Workflow1_TypedDataContext2_ForReadOnly(locations, true);
         return(valDataContext1.ValueType___Expr1Get());
     }
     return(null);
 }
 public object InvokeExpression(int expressionId, System.Collections.Generic.IList<System.Activities.Location> locations) {
     if ((this.rootActivity == null)) {
         this.rootActivity = this;
     }
     if ((expressionId == 0)) {
         Workflow1_TypedDataContext2 refDataContext0 = new Workflow1_TypedDataContext2(locations, true);
         return refDataContext0.GetLocation<string>(refDataContext0.ValueType___Expr0Get, refDataContext0.ValueType___Expr0Set);
     }
     if ((expressionId == 1)) {
         Workflow1_TypedDataContext2_ForReadOnly valDataContext1 = new Workflow1_TypedDataContext2_ForReadOnly(locations, true);
         return valDataContext1.ValueType___Expr1Get();
     }
     if ((expressionId == 2)) {
         Workflow1_TypedDataContext2 refDataContext2 = new Workflow1_TypedDataContext2(locations, true);
         return refDataContext2.GetLocation<string>(refDataContext2.ValueType___Expr2Get, refDataContext2.ValueType___Expr2Set);
     }
     if ((expressionId == 3)) {
         Workflow1_TypedDataContext2 refDataContext3 = new Workflow1_TypedDataContext2(locations, true);
         return refDataContext3.GetLocation<string>(refDataContext3.ValueType___Expr3Get, refDataContext3.ValueType___Expr3Set);
     }
     if ((expressionId == 4)) {
         Workflow1_TypedDataContext2_ForReadOnly valDataContext4 = new Workflow1_TypedDataContext2_ForReadOnly(locations, true);
         return valDataContext4.ValueType___Expr4Get();
     }
     if ((expressionId == 5)) {
         Workflow1_TypedDataContext2_ForReadOnly valDataContext5 = new Workflow1_TypedDataContext2_ForReadOnly(locations, true);
         return valDataContext5.ValueType___Expr5Get();
     }
     return null;
 }