8 writes to ArgumentName
System.Activities (6)
System\Activities\Expressions\ArgumentValue.cs (1)
22
this.
ArgumentName
= argumentName;
System\Activities\Expressions\ExpressionServices.cs (3)
711
ArgumentName
= ra.Name,
734
result = new ArgumentValue<TResult> {
ArgumentName
= property.Name };
1510
ArgumentName
= runtimeArgument.Name,
System\Activities\Statements\Compensate.cs (1)
61
Target = new InArgument<CompensationToken>(new ArgumentValue<CompensationToken> {
ArgumentName
= "Target" }),
System\Activities\Statements\Confirm.cs (1)
60
Target = new InArgument<CompensationToken>(new ArgumentValue<CompensationToken> {
ArgumentName
= "Target" }),
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Receive.cs (1)
393
CorrelatesWith = new InArgument<CorrelationHandle>(new ArgumentValue<CorrelationHandle> {
ArgumentName
= "CorrelatesWith" }),
System\ServiceModel\Activities\Send.cs (1)
318
CorrelatesWith = new InArgument<CorrelationHandle>(new ArgumentValue<CorrelationHandle> {
ArgumentName
= "CorrelatesWith" }),
6 references to ArgumentName
System.Activities (6)
System\Activities\Expressions\ArgumentValue.cs (6)
40
if (string.IsNullOrEmpty(this.
ArgumentName
))
46
this.targetArgument = ActivityUtilities.FindArgument(this.
ArgumentName
, this);
50
metadata.AddValidationError(SR.ArgumentNotFound(this.
ArgumentName
));
54
metadata.AddValidationError(SR.ArgumentTypeMustBeCompatible(this.
ArgumentName
, this.targetArgument.Type, typeof(T)));
61
if (!string.IsNullOrEmpty(this.
ArgumentName
))
63
return this.
ArgumentName
;