2 writes to ParentChain
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\WorkflowService.cs (2)
811ParentChain = parentChainVar, 1025this.ParentChain = new InArgument<IEnumerable<Activity>>();
3 references to ParentChain
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\WorkflowService.cs (3)
1023if (this.ParentChain == null) 1027metadata.Bind(this.ParentChain, parentChain); 1099IList<Activity> parentChain = (IList<Activity>)this.ParentChain.Get(context);