4 writes to ItemsToBeScheduledAtCompletion
System.Workflow.Runtime (4)
System\Activities\Statements\InteropExecutor.cs (2)
787transactionalProperties.ItemsToBeScheduledAtCompletion = notifications; 818transactionalProperties.ItemsToBeScheduledAtCompletion = null;
WorkflowExecutor.cs (2)
2516transactionalProperties.ItemsToBeScheduledAtCompletion = notifications; 2547transactionalProperties.ItemsToBeScheduledAtCompletion = null;
4 references to ItemsToBeScheduledAtCompletion
System.Workflow.Runtime (4)
System\Activities\Statements\InteropExecutor.cs (2)
783notifications = transactionalProperties.ItemsToBeScheduledAtCompletion; 806items = transactionalProperties.ItemsToBeScheduledAtCompletion;
WorkflowExecutor.cs (2)
2512notifications = transactionalProperties.ItemsToBeScheduledAtCompletion; 2533items = transactionalProperties.ItemsToBeScheduledAtCompletion;