1 write to states
System.Activities (1)
System\Activities\Tracking\WorkflowInstanceQuery.cs (1)
23this.states = new Collection<string>();
4 references to states
System.Activities (4)
System\Activities\Tracking\WorkflowInstanceQuery.cs (4)
21if (this.states == null) 25return this.states; 33return this.states != null && this.states.Count > 0;