5 references to SetValue
System.Activities (3)
System\Activities\OutArgument.cs (1)
215
context.
SetValue
(this, value);
System\Activities\Statements\Assign.cs (1)
123
context.
SetValue
(this.To, this.Value.Get(context));
System\Activities\Statements\CreateBookmarkScope.cs (1)
28
context.
SetValue
(this.Result, context.CreateBookmarkScope());
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalSendMessage.cs (2)
1079
context.
SetValue
(this.MessageOut, null);
1235
context.
SetValue
(this.MessageOut, null);