2 writes to trackingParticipants
System.Activities (2)
System\Activities\Tracking\TrackingProvider.cs (2)
137
this.
trackingParticipants
= new List<TrackingParticipant>();
145
this.
trackingParticipants
= null;
9 references to trackingParticipants
System.Activities (9)
System\Activities\Tracking\TrackingProvider.cs (9)
135
if (this.
trackingParticipants
== null)
140
this.
trackingParticipants
.Add(participant);
156
for (int i = 0; i < this.
trackingParticipants
.Count; i++)
158
TrackingParticipant participant = this.
trackingParticipants
[i];
170
bool shouldClone = this.
trackingParticipants
.Count > 1;
325
while (this.currentParticipant < this.provider.
trackingParticipants
.Count)
327
TrackingParticipant participant = this.provider.
trackingParticipants
[this.currentParticipant];
357
TrackingParticipant participant = thisPtr.provider.
trackingParticipants
[thisPtr.currentParticipant];
383
bool shouldClone = this.provider.
trackingParticipants
.Count > 1;