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