1 write to currentCompensationToken
System.Activities (1)
System\Activities\Statements\CompensationParticipant.cs (1)
23this.currentCompensationToken = new Variable<CompensationToken>();
10 references to currentCompensationToken
System.Activities (10)
System\Activities\Statements\CompensationParticipant.cs (10)
27Target = new InArgument<CompensationToken>(this.currentCompensationToken), 32Target = new InArgument<CompensationToken>(this.currentCompensationToken), 84this.currentCompensationToken, 132this.currentCompensationToken.Set(context, token); 181this.currentCompensationToken.Set(context, new CompensationToken(compensationToken)); 208this.currentCompensationToken.Set(context, new CompensationToken(compensationToken)); 265this.currentCompensationToken.Set(context, new CompensationToken(compensationToken)); 292this.currentCompensationToken.Set(context, new CompensationToken(compensationToken)); 326this.currentCompensationToken.Set(context, new CompensationToken(compensationToken)); 356this.currentCompensationToken.Set(context, new CompensationToken(compensationToken));