1 instantiation of CompensationParticipant
System.Activities (1)
System\Activities\Statements\CompensableActivity.cs (1)
110this.compensationParticipant = new CompensationParticipant(this.compensationId);
5 references to CompensationParticipant
System.Activities (5)
System\Activities\Statements\CompensableActivity.cs (3)
25CompensationParticipant compensationParticipant; 104CompensationParticipant CompensationParticipant 659return (this.Elements.Get(context).ElementAt(this.Index.Get(context)).GetType() == typeof(CompensationParticipant));
System\Activities\Statements\Compensate.cs (1)
142new If(env => (elements.Get(env).ElementAt(index.Get(env))).GetType() == typeof(CompensationParticipant))
System\Activities\Statements\Confirm.cs (1)
151new If(env => (elements.Get(env).ElementAt(index.Get(env))).GetType() == typeof(CompensationParticipant))