1 write to currentCompensationToken
System.Activities (1)
System\Activities\Statements\Compensate.cs (1)
27this.currentCompensationToken = new Variable<CompensationToken>();
3 references to currentCompensationToken
System.Activities (3)
System\Activities\Statements\Compensate.cs (3)
45Target = new InArgument<CompensationToken>(this.currentCompensationToken), 75metadata.SetImplementationVariablesCollection(new Collection<Variable> { this.currentCompensationToken }); 187this.currentCompensationToken.Set(context, ambientCompensationToken);