2 writes to dirty
System.Workflow.Runtime (2)
EventQueueState.cs (2)
63set { this.dirty = value; } 77this.dirty = false;
1 reference to dirty
System.Workflow.Runtime (1)
EventQueueState.cs (1)
62get { return this.dirty; }