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