2 overrides of GatherOutputs
System.Activities (2)
System\Activities\Runtime\DelegateCompletionCallbackWrapper.cs (1)
34protected override void GatherOutputs(ActivityInstance completedInstance)
System\Activities\Runtime\FuncCompletionCallbackWrapper.cs (1)
57protected override void GatherOutputs(ActivityInstance completedInstance)
1 reference to GatherOutputs
System.Activities (1)
System\Activities\Runtime\CompletionCallbackWrapper.cs (1)
75this.GatherOutputs(completedInstance);