1 write to _changesMinDT
System.Workflow.Runtime (1)
Tracking\SqlTrackingWorkflowInstance.cs (1)
754_changesMinDT = tmpDT;
3 references to _changesMinDT
System.Workflow.Runtime (3)
Tracking\SqlTrackingWorkflowInstance.cs (3)
676cmd = CreateInternalIdDateTimeCommand("[dbo].[GetWorkflowChanges]", _changesMinDT); 721DateTime tmpDT = _changesMinDT; 751if (tmpDT > _changesMinDT)