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