1 write to state
System.Activities (1)
System\Activities\Statements\TryCatch.cs (1)
32
this.
state
= new Variable<TryCatchState>();
9 references to state
System.Activities (9)
System\Activities\Statements\TryCatch.cs (9)
106
TryCatchState state = updateContext.GetValue(this.
state
);
144
metadata.AddImplementationVariable(this.
state
);
183
this.
state
.Set(context, new TryCatchState());
196
TryCatchState state = this.
state
.Get(context);
205
TryCatchState state = this.
state
.Get(context);
253
TryCatchState state = this.
state
.Get(context);
276
TryCatchState state = this.
state
.Get(context);
298
TryCatchState state = this.
state
.Get(context);
313
TryCatchState state = this.
state
.Get(context);