1 write to arguments
System.Activities (1)
System\Activities\Tracking\ActivityStateQuery.cs (1)
32
this.
arguments
= new Collection<string>();
4 references to arguments
System.Activities (4)
System\Activities\Tracking\ActivityStateQuery.cs (4)
30
if (this.
arguments
== null)
35
return this.
arguments
;
76
return this.
arguments
!= null && this.
arguments
.Count > 0;