1 write to arguments
System.Activities (1)
System\Activities\Expressions\New.cs (1)
41
this.
arguments
= new ValidatingCollection<Argument>
5 references to arguments
System.Activities (5)
System\Activities\Expressions\New.cs (5)
39
if (this.
arguments
== null)
53
return this.
arguments
;
75
RuntimeArgument runtimeArgument = new RuntimeArgument("Argument" + i, this.
arguments
[i].ArgumentType, this.
arguments
[i].Direction, true);
76
metadata.Bind(this.
arguments
[i], runtimeArgument);