2 writes to transactional
System.Workflow.Runtime (2)
EventQueueState.cs (2)
57set { this.transactional = value; } 76this.transactional = copyFromState.Transactional;
1 reference to transactional
System.Workflow.Runtime (1)
EventQueueState.cs (1)
56get { return this.transactional; }