80 references to Get
System.Activities (46)
System\Activities\Statements\CancellationScope.cs (1)
108
bool suppressCancel = this.suppressCancel.
Get
(context);
System\Activities\Statements\CompensableActivity.cs (2)
390
CompensationTokenData token = compensationExtension.Get(this.currentCompensationId.
Get
(context));
439
Result.Set(context, this.currentCompensationToken.
Get
(context));
System\Activities\Statements\Compensate.cs (6)
136
new While(env => (assertFlag.
Get
(env) != true) && index.
Get
(env) < elements.
Get
(env).Count())
142
new If(env => (elements.
Get
(env).ElementAt(index.
Get
(env))).GetType() == typeof(CompensationParticipant))
153
Value = new InArgument<int>(env => index.
Get
(env) + 1)
System\Activities\Statements\Confirm.cs (6)
144
new While(env => (assertFlag.
Get
(env) != true) &&
145
index.
Get
(env) < elements.
Get
(env).Count())
151
new If(env => (elements.
Get
(env).ElementAt(index.
Get
(env))).GetType() == typeof(CompensationParticipant))
162
Value = new InArgument<int>(env => index.
Get
(env) + 1)
System\Activities\Statements\Delay.cs (2)
77
Bookmark timerBookmark = this.timerBookmark.
Get
(context);
86
Bookmark timerBookmark = this.timerBookmark.
Get
(context);
System\Activities\Statements\Flowchart.cs (1)
375
int index = this.currentNode.
Get
(context);
System\Activities\Statements\ForEach.cs (1)
97
IEnumerator<T> valueEnumerator = this.valueEnumerator.
Get
(context);
System\Activities\Statements\HandleScope.cs (1)
79
scopedHandle = this.declaredHandle.
Get
(context);
System\Activities\Statements\InternalState.cs (7)
687
this.currentRunningTriggers.Set(context, this.currentRunningTriggers.
Get
(context) + this.internalTransitions.Count);
693
int runningTriggers = this.currentRunningTriggers.
Get
(context);
695
bool isOnExit = this.isExiting.
Get
(context);
710
new TriggerCompletedEvent { Bookmark = this.evaluateConditionBookmark.
Get
(context), TriggedId = internalTransition.InternalTransitionIndex },
770
this.currentRunningTriggers.Set(context, this.currentRunningTriggers.
Get
(context) + 1);
798
if (eventManager.IsReferredByBeingProcessedEvent(this.evaluateConditionBookmark.
Get
(context)))
869
Bookmark bookmark = this.evaluateConditionBookmark.
Get
(context);
System\Activities\Statements\NoPersistScope.cs (1)
64
NoPersistHandle handle = this.noPersistHandle.
Get
(context);
System\Activities\Statements\Parallel.cs (1)
170
if (this.CompletionCondition != null && !this.hasCompleted.
Get
(context))
System\Activities\Statements\ParallelForEach.cs (1)
104
if (this.CompletionCondition != null && !this.hasCompleted.
Get
(context))
System\Activities\Statements\Pick.cs (2)
149
PickState pickState = this.pickStateVariable.
Get
(context);
181
PickState pickState = this.pickStateVariable.
Get
(context);
System\Activities\Statements\Sequence.cs (1)
110
int completedInstanceIndex = this.lastIndexHint.
Get
(context);
System\Activities\Statements\StateMachine.cs (2)
223
StateMachineEventManager localEventManager = this.eventManager.
Get
(context);
473
this.eventManager.
Get
(context),
System\Activities\Statements\TransactionScope.cs (5)
297
RuntimeTransactionHandle transactionHandle = this.runtimeTransactionHandle.
Get
(context);
381
RuntimeTransactionHandle transactionHandle = this.runtimeTransactionHandle.
Get
(context);
384
if (this.delayWasScheduled.
Get
(context))
406
Fx.Assert(this.delayWasScheduled.
Get
(context), "Internal error..Delay should have been scheduled if we are here");
407
ActivityInstance delayActivityInstance = this.nestedScopeTimeoutActivityInstance.
Get
(context);
System\Activities\Statements\TryCatch.cs (6)
196
TryCatchState state = this.state.
Get
(context);
205
TryCatchState state = this.state.
Get
(context);
253
TryCatchState state = this.state.
Get
(context);
276
TryCatchState state = this.state.
Get
(context);
298
TryCatchState state = this.state.
Get
(context);
313
TryCatchState state = this.state.
Get
(context);
System.Activities.Core.Presentation (2)
System\ServiceModel\Activities\Presentation\ReceiveReplyValidationFeature.cs (1)
84
Assertion = new InArgument<bool>(ctx => requestInTree.
Get
(ctx)),
System\ServiceModel\Activities\Presentation\SendReplyValidationFeature.cs (1)
84
Assertion = new InArgument<bool>(ctx => requestInTree.
Get
(ctx)),
System.ServiceModel.Activities (17)
System\ServiceModel\Activities\CorrelationScope.cs (1)
65
ambientHandle = this.declaredHandle.
Get
(context);
System\ServiceModel\Activities\InternalReceiveMessage.cs (3)
264
Bookmark pendingBookmark = this.extensionReceiveBookmark.
Get
(context);
278
Bookmark pendingBookmark = this.extensionReceiveBookmark.
Get
(context);
663
VolatileReceiveMessageInstance volatileInstance = this.receiveMessageInstance.
Get
(executionContext);
System\ServiceModel\Activities\InternalSendMessage.cs (9)
609
Bookmark pendingBookmark = this.extensionSendCompleteBookmark.
Get
(context);
629
Bookmark pendingBookmark = this.extensionSendCompleteBookmark.
Get
(context);
639
VolatileSendMessageInstance volatileInstance = this.sendMessageInstance.
Get
(context);
673
NoPersistHandle noPersistHandle = this.noPersistHandle.
Get
(context);
875
Guid e2eActivityId = this.e2eActivityId.
Get
(context);
947
VolatileSendMessageInstance volatileInstance = this.sendMessageInstance.
Get
(context);
1084
NoPersistHandle noPersistHandle = this.noPersistHandle.
Get
(context);
1240
NoPersistHandle noPersistHandle = this.noPersistHandle.
Get
(context);
1273
NoPersistHandle noPersistHandle = this.noPersistHandle.
Get
(context);
System\ServiceModel\Activities\MessagingNoPersistScope.cs (1)
45
NoPersistHandle handle = this.noPersistHandle.
Get
(context);
System\ServiceModel\Activities\NoPersistScope.cs (1)
43
NoPersistHandle handle = this.noPersistHandle.
Get
(context);
System\ServiceModel\Activities\TransactedReceiveScope.cs (2)
217
RuntimeTransactionHandle handleInstance = this.transactionHandle.
Get
(context);
264
if (!this.isNested.
Get
(context))
System.Workflow.Runtime (15)
System\Activities\Statements\Interop.cs (15)
378
RuntimeTransactionHandle runtimeTransactionHandle = this.runtimeTransactionHandle.
Get
(context);
397
if (WorkflowExecutor.IsIrrecoverableException(exception) || !this.persistOnClose.
Get
(context))
409
InteropExecutor interopExecutor = this.interopActivityExecutor.
Get
(context);
425
this.runtimeTransactionHandle.
Get
(context).GetCurrentTransaction(context)))
432
if (WorkflowExecutor.IsIrrecoverableException(exception) || !this.persistOnClose.
Get
(context))
514
InteropExecutor interopExecutor = this.interopActivityExecutor.
Get
(context);
530
this.runtimeTransactionHandle.
Get
(context).GetCurrentTransaction(context)))
538
if (WorkflowExecutor.IsIrrecoverableException(exception) || !this.persistOnClose.
Get
(context))
728
if (this.persistOnClose.
Get
(context))
768
Exception exception = this.outstandingException.
Get
(context);
780
RuntimeTransactionHandle transactionHandle = this.runtimeTransactionHandle.
Get
(context);
802
RuntimeTransactionHandle transactionHandle = this.runtimeTransactionHandle.
Get
(context);
813
InteropExecutor interopExecutor = this.interopActivityExecutor.
Get
(context);
836
if (WorkflowExecutor.IsIrrecoverableException(exception) || !this.persistOnClose.
Get
(context))
851
InteropEnlistment enlistment = this.interopEnlistment.
Get
(context);