429 references to Get
System.Activities (381)
System\Activities\Expressions\Add.cs (2)
80TLeft leftValue = this.Left.Get(context); 81TRight rightValue = this.Right.Get(context);
System\Activities\Expressions\And.cs (2)
57TLeft leftValue = this.Left.Get(context); 58TRight rightValue = this.Right.Get(context);
System\Activities\Expressions\ArrayItemReference.cs (2)
59TItem[] items = this.Array.Get(context); 64int itemIndex = this.Index.Get(context);
System\Activities\Expressions\ArrayItemValue.cs (2)
55TItem[] items = this.Array.Get(context); 61int itemIndex = this.Index.Get(context);
System\Activities\Expressions\As.cs (1)
49TOperand operandValue = this.Operand.Get(context);
System\Activities\Expressions\Cast.cs (1)
71TOperand operandValue = this.Operand.Get(context);
System\Activities\Expressions\Divide.cs (2)
54TLeft leftValue = this.Left.Get(context); 55TRight rightValue = this.Right.Get(context);
System\Activities\Expressions\Equal.cs (2)
54TLeft leftValue = this.Left.Get(context); 55TRight rightValue = this.Right.Get(context);
System\Activities\Expressions\FieldReference.cs (1)
75return new FieldLocation(this.fieldInfo, this.Operand.Get(context));
System\Activities\Expressions\FieldValue.cs (1)
71TOperand operandValue = this.Operand.Get(context);
System\Activities\Expressions\GreaterThan.cs (2)
52TLeft leftValue = this.Left.Get(context); 53TRight rightValue = this.Right.Get(context);
System\Activities\Expressions\GreaterThanOrEqual.cs (2)
52TLeft leftValue = this.Left.Get(context); 53TRight rightValue = this.Right.Get(context);
System\Activities\Expressions\IndexerReference.cs (1)
107TOperand operandValue = this.Operand.Get(context);
System\Activities\Expressions\InvokeFunc.cs (136)
81context.ScheduleFunc<T, TResult>(this.Func, this.Argument.Get(context), 139this.Argument1.Get(context), 140this.Argument2.Get(context), 201this.Argument1.Get(context), 202this.Argument2.Get(context), 203this.Argument3.Get(context), 271this.Argument1.Get(context), 272this.Argument2.Get(context), 273this.Argument3.Get(context), 274this.Argument4.Get(context), 348context.ScheduleFunc(this.Func, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context), 349Argument4.Get(context), Argument5.Get(context), 430context.ScheduleFunc(this.Func, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context), 431Argument4.Get(context), Argument5.Get(context), Argument6.Get(context), 519context.ScheduleFunc(this.Func, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context), 520Argument4.Get(context), Argument5.Get(context), Argument6.Get(context), Argument7.Get(context), 615context.ScheduleFunc(this.Func, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context), 616Argument4.Get(context), Argument5.Get(context), Argument6.Get(context), Argument7.Get(context), 617Argument8.Get(context), 719context.ScheduleFunc(this.Func, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context), 720Argument4.Get(context), Argument5.Get(context), Argument6.Get(context), Argument7.Get(context), 721Argument8.Get(context), Argument9.Get(context), 830context.ScheduleFunc(this.Func, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context), 831Argument4.Get(context), Argument5.Get(context), Argument6.Get(context), Argument7.Get(context), 832Argument8.Get(context), Argument9.Get(context), Argument10.Get(context), 948context.ScheduleFunc(this.Func, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context), 949Argument4.Get(context), Argument5.Get(context), Argument6.Get(context), Argument7.Get(context), 950Argument8.Get(context), Argument9.Get(context), Argument10.Get(context), Argument11.Get(context), 1073context.ScheduleFunc(this.Func, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context), 1074Argument4.Get(context), Argument5.Get(context), Argument6.Get(context), Argument7.Get(context), 1075Argument8.Get(context), Argument9.Get(context), Argument10.Get(context), Argument11.Get(context), 1076Argument12.Get(context), 1206context.ScheduleFunc(this.Func, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context), 1207Argument4.Get(context), Argument5.Get(context), Argument6.Get(context), Argument7.Get(context), 1208Argument8.Get(context), Argument9.Get(context), Argument10.Get(context), Argument11.Get(context), 1209Argument12.Get(context), Argument13.Get(context), 1346context.ScheduleFunc(this.Func, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context), 1347Argument4.Get(context), Argument5.Get(context), Argument6.Get(context), Argument7.Get(context), 1348Argument8.Get(context), Argument9.Get(context), Argument10.Get(context), Argument11.Get(context), 1349Argument12.Get(context), Argument13.Get(context), Argument14.Get(context), 1493context.ScheduleFunc(this.Func, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context), 1494Argument4.Get(context), Argument5.Get(context), Argument6.Get(context), Argument7.Get(context), 1495Argument8.Get(context), Argument9.Get(context), Argument10.Get(context), Argument11.Get(context), 1496Argument12.Get(context), Argument13.Get(context), Argument14.Get(context), Argument15.Get(context), 1647context.ScheduleFunc(this.Func, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context), 1648Argument4.Get(context), Argument5.Get(context), Argument6.Get(context), Argument7.Get(context), 1649Argument8.Get(context), Argument9.Get(context), Argument10.Get(context), Argument11.Get(context), 1650Argument12.Get(context), Argument13.Get(context), Argument14.Get(context), Argument15.Get(context), 1651Argument16.Get(context), new CompletionCallback<TResult>(this.OnActivityFuncComplete));
System\Activities\Expressions\LessThan.cs (2)
54TLeft leftValue = this.Left.Get(context); 55TRight rightValue = this.Right.Get(context);
System\Activities\Expressions\LessThanOrEqual.cs (2)
54TLeft leftValue = this.Left.Get(context); 55TRight rightValue = this.Right.Get(context);
System\Activities\Expressions\MultidimensionalArrayItemReference.cs (2)
75Array items = this.Array.Get(context); 90itemIndex[i] = this.Indices[i].Get(context);
System\Activities\Expressions\Multiply.cs (2)
79TLeft leftValue = this.Left.Get(context); 80TRight rightValue = this.Right.Get(context);
System\Activities\Expressions\Not.cs (1)
47TOperand operandValue = this.Operand.Get(context);
System\Activities\Expressions\NotEqual.cs (2)
52TLeft leftValue = this.Left.Get(context); 53TRight rightValue = this.Right.Get(context);
System\Activities\Expressions\Or.cs (2)
55TLeft leftValue = this.Left.Get(context); 56TRight rightValue = this.Right.Get(context);
System\Activities\Expressions\PropertyReference.cs (1)
102return new PropertyLocation<TResult>(this.propertyInfo, this.getFunc, this.setFunc, this.Operand.Get(context));
System\Activities\Expressions\PropertyValue.cs (1)
80TOperand operandValue = this.Operand.Get(context);
System\Activities\Expressions\Subtract.cs (2)
79TLeft leftValue = this.Left.Get(context); 80TRight rightValue = this.Right.Get(context);
System\Activities\Statements\AddToCollection.cs (2)
53ICollection<T> collection = this.Collection.Get(context); 58T item = this.Item.Get(context);
System\Activities\Statements\Assign.cs (1)
123context.SetValue(this.To, this.Value.Get(context));
System\Activities\Statements\ClearCollection.cs (1)
38ICollection<T> collection = this.Collection.Get(context);
System\Activities\Statements\CompensableActivity.cs (5)
604return ((this.AssertFlag.Get(context) != false) && (this.Index.Get(context) < this.Elements.Get(context).Count())); 659return (this.Elements.Get(context).ElementAt(this.Index.Get(context)).GetType() == typeof(CompensationParticipant));
System\Activities\Statements\Compensate.cs (1)
200CompensationToken compensationToken = Target.Get(context);
System\Activities\Statements\CompensationParticipant.cs (7)
125long compensationId = this.compensationId.Get(context); 201CompensationTokenData compensationToken = compensationExtension.Get(this.compensationId.Get(context)); 228CompensationTokenData compensationToken = compensationExtension.Get(this.compensationId.Get(context)); 285CompensationTokenData compensationToken = compensationExtension.Get(this.compensationId.Get(context)); 349CompensationTokenData compensationToken = compensationExtension.Get(this.compensationId.Get(context)); 373CompensationTokenData compensationToken = compensationExtension.Get(this.compensationId.Get(context)); 400CompensationTokenData compensationToken = compensationExtension.Get(this.compensationId.Get(context));
System\Activities\Statements\Confirm.cs (1)
209CompensationToken compensationToken = Target.Get(context);
System\Activities\Statements\DefaultCompensation.cs (1)
68CompensationToken token = Target.Get(context);
System\Activities\Statements\DefaultConfirmation.cs (1)
64CompensationToken token = Target.Get(context);
System\Activities\Statements\Delay.cs (1)
58TimeSpan duration = this.Duration.Get(context);
System\Activities\Statements\DeleteBookmarkScope.cs (1)
35BookmarkScope toUnregister = this.Scope.Get(context);
System\Activities\Statements\ExistsInCollection.cs (2)
54ICollection<T> collection = this.Collection.Get(context); 59T item = this.Item.Get(context);
System\Activities\Statements\ForEach.cs (1)
74IEnumerable<T> values = this.Values.Get(context);
System\Activities\Statements\HandleScope.cs (1)
83scopedHandle = this.Handle.Get(context);
System\Activities\Statements\If.cs (1)
87if (Condition.Get(context))
System\Activities\Statements\InternalCompensate.cs (2)
44CompensationToken compensationToken = Target.Get(context); 64CompensationToken compensationToken = Target.Get(context);
System\Activities\Statements\InternalConfirm.cs (2)
44CompensationToken compensationToken = Target.Get(context); 64CompensationToken compensationToken = Target.Get(context);
System\Activities\Statements\InternalState.cs (9)
206StateMachineEventManager eventManager = this.EventManager.Get(context); 668ProcessNextTriggerCompletedEvent(context, this.EventManager.Get(context)); 707StateMachineEventManager eventManager = this.EventManager.Get(context); 723StateMachineEventManager eventManager = this.EventManager.Get(context); 746StateMachineEventManager eventManager = this.EventManager.Get(context); 797StateMachineEventManager eventManager = this.EventManager.Get(context); 857this.EventManager.Get(context).AddActiveBookmark(bookmark); 868StateMachineEventManager eventManager = this.EventManager.Get(context); 878this.EventManager.Get(context).OnTransition = true;
System\Activities\Statements\InvokeAction.cs (136)
101context.ScheduleAction<T>(Action, Argument.Get(context)); 145context.ScheduleAction(Action, Argument1.Get(context), Argument2.Get(context)); 196context.ScheduleAction(Action, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context)); 254context.ScheduleAction(Action, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context), 255Argument4.Get(context)); 320context.ScheduleAction(Action, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context), 321Argument4.Get(context), Argument5.Get(context)); 393context.ScheduleAction(Action, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context), 394Argument4.Get(context), Argument5.Get(context), Argument6.Get(context)); 473context.ScheduleAction(Action, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context), 474Argument4.Get(context), Argument5.Get(context), Argument6.Get(context), Argument7.Get(context)); 560context.ScheduleAction(Action, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context), 561Argument4.Get(context), Argument5.Get(context), Argument6.Get(context), Argument7.Get(context), 562Argument8.Get(context)); 655context.ScheduleAction(Action, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context), 656Argument4.Get(context), Argument5.Get(context), Argument6.Get(context), Argument7.Get(context), 657Argument8.Get(context), Argument9.Get(context)); 757context.ScheduleAction(Action, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context), 758Argument4.Get(context), Argument5.Get(context), Argument6.Get(context), Argument7.Get(context), 759Argument8.Get(context), Argument9.Get(context), Argument10.Get(context)); 866context.ScheduleAction(Action, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context), 867Argument4.Get(context), Argument5.Get(context), Argument6.Get(context), Argument7.Get(context), 868Argument8.Get(context), Argument9.Get(context), Argument10.Get(context), Argument11.Get(context)); 982context.ScheduleAction(Action, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context), 983Argument4.Get(context), Argument5.Get(context), Argument6.Get(context), Argument7.Get(context), 984Argument8.Get(context), Argument9.Get(context), Argument10.Get(context), Argument11.Get(context), 985Argument12.Get(context)); 1106context.ScheduleAction(Action, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context), 1107Argument4.Get(context), Argument5.Get(context), Argument6.Get(context), Argument7.Get(context), 1108Argument8.Get(context), Argument9.Get(context), Argument10.Get(context), Argument11.Get(context), 1109Argument12.Get(context), Argument13.Get(context)); 1237context.ScheduleAction(Action, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context), 1238Argument4.Get(context), Argument5.Get(context), Argument6.Get(context), Argument7.Get(context), 1239Argument8.Get(context), Argument9.Get(context), Argument10.Get(context), Argument11.Get(context), 1240Argument12.Get(context), Argument13.Get(context), Argument14.Get(context)); 1375context.ScheduleAction(Action, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context), 1376Argument4.Get(context), Argument5.Get(context), Argument6.Get(context), Argument7.Get(context), 1377Argument8.Get(context), Argument9.Get(context), Argument10.Get(context), Argument11.Get(context), 1378Argument12.Get(context), Argument13.Get(context), Argument14.Get(context), Argument15.Get(context)); 1520context.ScheduleAction(Action, Argument1.Get(context), Argument2.Get(context), Argument3.Get(context), 1521Argument4.Get(context), Argument5.Get(context), Argument6.Get(context), Argument7.Get(context), 1522Argument8.Get(context), Argument9.Get(context), Argument10.Get(context), Argument11.Get(context), 1523Argument12.Get(context), Argument13.Get(context), Argument14.Get(context), Argument15.Get(context), 1524Argument16.Get(context));
System\Activities\Statements\NoPersistScope.cs (2)
159IEnumerable<Activity> descendantActivities = this.DescendantActivities.Get(context); 165NoPersistScope noPersistScope = this.NoPersistScope.Get(context);
System\Activities\Statements\ParallelForEach.cs (1)
82IEnumerable<T> values = this.Values.Get(context);
System\Activities\Statements\RemoveFromCollection.cs (2)
58ICollection<T> collection = this.Collection.Get(context); 63T item = this.Item.Get(context);
System\Activities\Statements\Rethrow.cs (2)
83IEnumerable<Activity> parentChain = this.ParentChain.Get(context); 84Rethrow rethrowActivity = this.RethrowActivity.Get(context);
System\Activities\Statements\Switch.cs (1)
114T result = Expression.Get(context);
System\Activities\Statements\TerminateWorkflow.cs (2)
49string reason = Reason.Get(context); 50Exception exception = Exception.Get(context);
System\Activities\Statements\Throw.cs (1)
37Exception exception = this.Exception.Get(context);
System\Activities\Statements\TransactionScope.cs (8)
343TimeSpan timeout = this.Timeout.Get(context); 359TimeSpan transactionTimeout = this.Timeout.Get(context); 453return this.Input.Get(context).GetType(); 491return this.Scope.Get(context).IsolationLevel; 543Activity parent = this.ParentActivity.Get(context); 550if (transactionScope.IsolationLevel != this.CurrentIsolationLevel.Get(context)) 614Activity parent = this.ParentActivity.Get(context); 620TransactionScope currentTransactionScope = this.TransactionScope.Get(context);
System\Activities\Statements\WriteLine.cs (2)
55TextWriter writer = this.TextWriter.Get(context); 61writer.WriteLine(this.Text.Get(context));
System\Activities\Validation\AddValidationError.cs (3)
63isWarning = this.IsWarning.Get(context); 68propertyName = this.PropertyName.Get(context); 71Constraint.AddValidationError(context, new ValidationError(this.Message.Get(context), isWarning, propertyName));
System\Activities\Validation\AssertValidation.cs (4)
70if (!this.Assertion.Get(context)) 78isWarning = this.IsWarning.Get(context); 83propertyName = this.PropertyName.Get(context); 86Constraint.AddValidationError(context, new ValidationError(this.Message.Get(context), isWarning, propertyName));
System\Activities\Validation\GetChildSubtree.cs (1)
28ValidationContext currentContext = this.ValidationContext.Get(context);
System\Activities\Validation\GetParentChain.cs (1)
28ValidationContext currentContext = this.ValidationContext.Get(context);
System\Activities\Validation\GetWorkflowTree.cs (1)
28ValidationContext currentContext = this.ValidationContext.Get(context);
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\InvokeDelegateValidationFeature.cs (1)
119InvokeDelegate activity = this.Activity.Get(context);
System.ServiceModel.Activities (36)
System\ServiceModel\Activities\CorrelationHandle.cs (1)
345typedCorrelationHandle = correlation.CorrelationHandle.Get(context);
System\ServiceModel\Activities\CorrelationScope.cs (1)
60ambientHandle = this.CorrelatesWith.Get(context);
System\ServiceModel\Activities\FromReply.cs (1)
82Message inMessage = this.Message.Get(context);
System\ServiceModel\Activities\FromRequest.cs (1)
132NoPersistHandle handle = (this.NoPersistHandle == null) ? null : this.NoPersistHandle.Get(context);
System\ServiceModel\Activities\InitializeCorrelation.cs (2)
41CorrelationHandle correlationHandle = (this.Correlation == null) ? null : this.Correlation.Get(context); 61dictionary.Add(pair.Key, pair.Value.Get(context));
System\ServiceModel\Activities\InternalReceiveMessage.cs (6)
305CorrelationHandle followingCorrelation = (this.CorrelatesWith == null) ? null : this.CorrelatesWith.Get(executionContext); 558CorrelationHandle correlatesWithHandle = (this.CorrelatesWith == null) ? null : this.CorrelatesWith.Get(executionContext); 581NoPersistHandle noPersistHandle = this.NoPersistHandle.Get(executionContext); 1074correlationHandle = this.CorrelatesWith.Get(context); 1236VolatileReceiveMessageInstance volatileInstance = this.Instance.Get(context); 1248VolatileReceiveMessageInstance volatileInstance = this.Instance.Get(context);
System\ServiceModel\Activities\InternalSendMessage.cs (10)
461Uri endpointAddressUri = (this.EndpointAddress != null) ? this.EndpointAddress.Get(context) : null; 757Message message = this.Message.Get(context); 840settings.EndpointAddress = this.EndpointAddress.Get(context); 933correlationHandle = this.CorrelatesWith.Get(context); 982instance.RequestOrReply = this.Message.Get(context); 1324instance.RequestOrReply = this.Message.Get(context); 1633VolatileSendMessageInstance volatileInstance = this.Instance.Get(context); 1728VolatileSendMessageInstance volatileInstance = this.Instance.Get(context); 2070VolatileSendMessageInstance volatileInstance = this.Instance.Get(context); 2264CorrelationHandle correlatesWith = (parent.CorrelatesWith == null) ? null : parent.CorrelatesWith.Get(context);
System\ServiceModel\Activities\MessagingActivityHelper.cs (1)
163CorrelationHandle handle = (queryCorrelation.CorrelationHandle != null ? queryCorrelation.CorrelationHandle.Get(context) : null);
System\ServiceModel\Activities\Send.cs (1)
347result.EndpointAddress = new InArgument<Uri>(context => ((InArgument<Uri>)this.EndpointAddress).Get(context));
System\ServiceModel\Activities\SendMessageContent.cs (2)
130internalSendMessage.Message = new InArgument<Message>(context => ((InArgument<Message>)this.Message).Get(context)); 147internalSendMessage.Message = new InArgument<Message>(context => ((InArgument<Message>)this.Message).Get(context));
System\ServiceModel\Activities\ToReply.cs (1)
137CorrelationHandle correlatesWith = (this.CorrelatesWith == null) ? null : this.CorrelatesWith.Get(context);
System\ServiceModel\Activities\TransactedReceiveScope.cs (4)
346return this.Input.Get(context).GetType(); 380Activity child = this.Child.Get(context); 449return SR.AbortInstanceOnTransactionFailureDoesNotMatch(this.Child.Get(context).DisplayName, this.ParentDisplayName.Get(context));
System\ServiceModel\Activities\WorkflowService.cs (5)
1047Receive receiveActivity = this.ReceiveActivity.Get(context); 1058WorkflowService workflowService = this.WorkflowService.Get(context); 1099IList<Activity> parentChain = (IList<Activity>)this.ParentChain.Get(context); 1238SendReply sendReplyActivity = this.ReceiveActivity.Get(context); 1245WorkflowService workflowService = this.WorkflowSerivce.Get(context);
System.Workflow.Runtime (11)
System\Activities\Statements\Interop.cs (11)
999Interop interop = this.Interop.Get(context); 1067HashSet<InteropValidationEnum> validationResults = this.ValidationResults.Get(context); 1093HashSet<InteropValidationEnum> nestedValidationData = this.NestedChildrenValidationData.Get(context); 1094HashSet<InteropValidationEnum> rootValidationData = this.RootLevelValidationData.Get(context); 1131Interop activity = this.Interop.Get(context); 1133foreach (InteropValidationEnum validationEnum in this.RootLevelValidationData.Get(context)) 1144foreach (InteropValidationEnum validationEnum in this.NestedChildrenValidationData.Get(context)) 1179Interop interop = this.InteropActivity.Get(context); 1188validationResults = this.RootLevelValidationData.Get(context); 1195validationResults = this.NestedChildrenValidationData.Get(context); 1517return this.Input.Get(context).GetType();