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