1 write to delayWasScheduled
System.Activities (1)
System\Activities\Statements\TransactionScope.cs (1)
44
this.
delayWasScheduled
= new Variable<bool>();
4 references to delayWasScheduled
System.Activities (4)
System\Activities\Statements\TransactionScope.cs (4)
142
metadata.AddImplementationVariable(this.
delayWasScheduled
);
344
this.
delayWasScheduled
.Set(context, true);
384
if (this.
delayWasScheduled
.Get(context))
406
Fx.Assert(this.
delayWasScheduled
.Get(context), "Internal error..Delay should have been scheduled if we are here");