3 references to CurrentExecutor
System.Activities (3)
System\Activities\Debugger\DebugInfo.cs (2)
158
context.Reinitialize(context.CurrentInstance, context.
CurrentExecutor
, element, context.CurrentInstance.InternalId);
676
context.Reinitialize(context.CurrentInstance, context.
CurrentExecutor
, expression, context.CurrentInstance.InternalId);
System\Activities\Statements\TryCatch.cs (1)
178
noPersistProperty = new NoPersistProperty(context.
CurrentExecutor
);