2 writes to _max
System.Workflow.Runtime (2)
Tracking\SqlTrackingQuery.cs (2)
309set { _max = value; } 319_max = DateTime.MaxValue;
1 reference to _max
System.Workflow.Runtime (1)
Tracking\SqlTrackingQuery.cs (1)
308get { return _max; }