1 write to currentCompensationToken
System.Activities (1)
System\Activities\Statements\WorkflowCompensationBehavior.cs (1)
19currentCompensationToken = new Variable<CompensationToken>
5 references to currentCompensationToken
System.Activities (5)
System\Activities\Statements\WorkflowCompensationBehavior.cs (5)
26Target = new InArgument<CompensationToken>(this.currentCompensationToken), 31Target = new InArgument<CompensationToken>(this.currentCompensationToken), 66metadata.SetImplementationVariablesCollection(new Collection<Variable> { this.currentCompensationToken }); 124this.currentCompensationToken.Set(context, rootToken); 154this.currentCompensationToken.Set(context, rootToken);