54 references to Set
System.Activities (37)
System\Activities\Statements\CancellationScope.cs (2)
95this.suppressCancel.Set(context, true); 117this.suppressCancel.Set(context, false);
System\Activities\Statements\CompensableActivity.cs (3)
358this.currentCompensationId.Set(context, token.CompensationId); 359this.currentCompensationToken.Set(context, token); 445this.compensationId.Set(context, token.CompensationId);
System\Activities\Statements\Compensate.cs (1)
187this.currentCompensationToken.Set(context, ambientCompensationToken);
System\Activities\Statements\CompensationParticipant.cs (7)
132this.currentCompensationToken.Set(context, token); 181this.currentCompensationToken.Set(context, new CompensationToken(compensationToken)); 208this.currentCompensationToken.Set(context, new CompensationToken(compensationToken)); 265this.currentCompensationToken.Set(context, new CompensationToken(compensationToken)); 292this.currentCompensationToken.Set(context, new CompensationToken(compensationToken)); 326this.currentCompensationToken.Set(context, new CompensationToken(compensationToken)); 356this.currentCompensationToken.Set(context, new CompensationToken(compensationToken));
System\Activities\Statements\Confirm.cs (1)
196this.currentCompensationToken.Set(context, ambientCompensationToken);
System\Activities\Statements\DefaultCompensation.cs (1)
80this.toCompensateToken.Set(context, new CompensationToken(tokenData.ExecutionTracker.Get()));
System\Activities\Statements\DefaultConfirmation.cs (1)
76this.toConfirmToken.Set(context, new CompensationToken(tokenData.ExecutionTracker.Get()));
System\Activities\Statements\Delay.cs (1)
72this.timerBookmark.Set(context, bookmark);
System\Activities\Statements\Flowchart.cs (1)
334this.currentNode.Set(context, current.Index);
System\Activities\Statements\ForEach.cs (1)
81this.valueEnumerator.Set(context, valueEnumerator);
System\Activities\Statements\InternalState.cs (6)
208this.isExiting.Set(context, false); 687this.currentRunningTriggers.Set(context, this.currentRunningTriggers.Get(context) + this.internalTransitions.Count); 694this.currentRunningTriggers.Set(context, --runningTriggers); 770this.currentRunningTriggers.Set(context, this.currentRunningTriggers.Get(context) + 1); 856this.evaluateConditionBookmark.Set(context, bookmark); 897this.isExiting.Set(context, true);
System\Activities\Statements\Parallel.cs (2)
177this.hasCompleted.Set(context, true); 195this.hasCompleted.Set(context, true);
System\Activities\Statements\ParallelForEach.cs (2)
112this.hasCompleted.Set(context, true); 130this.hasCompleted.Set(context, true);
System\Activities\Statements\Pick.cs (1)
127this.pickStateVariable.Set(context, pickState);
System\Activities\Statements\Sequence.cs (1)
128this.lastIndexHint.Set(context, nextChildIndex);
System\Activities\Statements\TransactionScope.cs (3)
344this.delayWasScheduled.Set(context, true); 345this.nestedScopeTimeout.Set(context, timeout); 347this.nestedScopeTimeoutActivityInstance.Set(context, context.ScheduleActivity(this.NestedScopeTimeoutWorkflow, new CompletionCallback(OnDelayCompletion)));
System\Activities\Statements\TryCatch.cs (1)
183this.state.Set(context, new TryCatchState());
System\Activities\Statements\WorkflowCompensationBehavior.cs (2)
124this.currentCompensationToken.Set(context, rootToken); 154this.currentCompensationToken.Set(context, rootToken);
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\InvokeDelegateValidationFeature.cs (2)
210this.WarningMessageVariable.Set(context, message); 216this.ErrorMessageVariable.Set(context, message);
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\InternalReceiveMessage.cs (3)
650this.receiveMessageInstance.Set(executionContext, volatileInstance); 871this.extensionReceiveBookmark.Set(executionContext, bookmark); 897this.extensionReceiveBookmark.Set(executionContext, null);
System\ServiceModel\Activities\InternalSendMessage.cs (4)
801this.extensionSendCompleteBookmark.Set(context, sendCompleteBookmark); 802this.e2eActivityId.Set(context, e2eTracingId); 855this.extensionSendCompleteBookmark.Set(context, null); 942this.sendMessageInstance.Set(context, volatileInstance);
System\ServiceModel\Activities\TransactedReceiveScope.cs (1)
240this.isNested.Set(context, true);
System.Workflow.Runtime (7)
System\Activities\Statements\Interop.cs (7)
374this.interopActivityExecutor.Set(context, interopExecutor); 740this.outstandingException.Set(context, exception); 751this.interopEnlistment.Set(context, null); 767this.persistOnClose.Set(context, false); 771this.outstandingException.Set(context, null); 856this.interopEnlistment.Set(context, enlistment); 863this.persistOnClose.Set(context, true);