2 writes to _type
System.Workflow.Runtime (2)
Tracking\SqlTrackingQuery.cs (2)
294set { _type = value; } 321_type = null;
1 reference to _type
System.Workflow.Runtime (1)
Tracking\SqlTrackingQuery.cs (1)
293get { return _type; }