2 writes to needsToGatherOutputs
System.Activities (2)
System\Activities\Runtime\CompletionCallbackWrapper.cs (2)
41this.needsToGatherOutputs = value; 56set { this.needsToGatherOutputs = value; }
2 references to needsToGatherOutputs
System.Activities (2)
System\Activities\Runtime\CompletionCallbackWrapper.cs (2)
36return this.needsToGatherOutputs; 55get { return this.needsToGatherOutputs; }