48 references to InArgument
System.Activities (24)
System\Activities\Expressions\ExpressionServices.cs (4)
1204Parameters = { new InArgument<TOperand> { Expression = operand } }, 1228Parameters = { new InArgument<TLeft> { Expression = left, EvaluationOrder = 0 }, new InArgument<TRight> { Expression = right, EvaluationOrder = 1 } }, 1394result = new InArgument<TArgument>
System\Activities\InArgument.cs (6)
68: this() 77: this() 86: this() 92: this() 101: this() 197return new InArgument<T>
System\Activities\Statements\CompensableActivity.cs (6)
275Value = new InArgument<int> 566this.AssertFlag = new InArgument<bool>(); 573this.Index = new InArgument<int>(); 580this.Elements = new InArgument<IEnumerable<Activity>>(); 629this.Elements = new InArgument<IEnumerable<Activity>>(); 636this.Index = new InArgument<int>();
System\Activities\Statements\TransactionScope.cs (7)
206CurrentIsolationLevel = new InArgument<IsolationLevel> 432this.Input = new InArgument<Activity>(); 470this.Scope = new InArgument<TransactionScope>(); 514this.ParentActivity = new InArgument<Activity>(); 521this.CurrentIsolationLevel = new InArgument<IsolationLevel>(); 585this.ParentActivity = new InArgument<Activity>(); 592this.TransactionScope = new InArgument<TransactionScope>();
System\Activities\XamlIntegration\InArgumentConverter.cs (1)
34return new InArgument<T>
System.ServiceModel.Activities (24)
System\ServiceModel\Activities\InternalReceiveMessage.cs (3)
743this.CorrelatesWith = new InArgument<CorrelationHandle>(); 775this.NoPersistHandle = new InArgument<NoPersistHandle>(); 1223this.Instance = new InArgument<VolatileReceiveMessageInstance>();
System\ServiceModel\Activities\InternalSendMessage.cs (6)
548this.EndpointAddress = new InArgument<Uri>(); 556this.CorrelatesWith = new InArgument<CorrelationHandle>(); 580this.Message = new InArgument<Message>(); 1620this.Instance = new InArgument<VolatileSendMessageInstance>(); 1720this.Instance = new InArgument<VolatileSendMessageInstance>(); 2057this.Instance = new InArgument<VolatileSendMessageInstance>();
System\ServiceModel\Activities\ToReply.cs (1)
119this.CorrelatesWith = new InArgument<CorrelationHandle>();
System\ServiceModel\Activities\TransactedReceiveScope.cs (6)
143Message = new InArgument<string> 177Assertion = new InArgument<bool> 329this.Input = new InArgument<Activity>(); 363this.Child = new InArgument<Activity>(); 419this.Child = new InArgument<Activity>(); 426this.ParentDisplayName = new InArgument<string>();
System\ServiceModel\Activities\WorkflowService.cs (8)
807WorkflowService = new InArgument<WorkflowService>() 838WorkflowSerivce = new InArgument<WorkflowService>() 1019this.ReceiveActivity = new InArgument<Receive>(); 1025this.ParentChain = new InArgument<IEnumerable<Activity>>(); 1031this.WorkflowService = new InArgument<WorkflowService>(); 1210this.ReceiveActivity = new InArgument<SendReply>(); 1216this.ValidationContext = new InArgument<ValidationContext>(); 1222this.WorkflowSerivce = new InArgument<WorkflowService>();