7 references to ExecutionPropertyName
System.Activities (4)
System\Activities\Runtime\ActivityExecutor.cs (2)
2719
rootProperties.Add(handle.
ExecutionPropertyName
, new ExecutionPropertyManager.ExecutionProperty(handle.
ExecutionPropertyName
, handle, null));
System\Activities\Statements\HandleScope.cs (1)
91
context.Properties.Add(scopedHandle.
ExecutionPropertyName
, scopedHandle);
System\Activities\Statements\TransactionScope.cs (1)
305
context.Properties.Add(transactionHandle.
ExecutionPropertyName
, transactionHandle);
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\TransactedReceiveScope.cs (2)
223
RuntimeTransactionHandle foundHandle = context.Properties.Find(handleInstance.
ExecutionPropertyName
) as RuntimeTransactionHandle;
226
context.Properties.Add(handleInstance.
ExecutionPropertyName
, handleInstance);
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
379
context.Properties.Add(runtimeTransactionHandle.
ExecutionPropertyName
, runtimeTransactionHandle);