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