1 write to currentParticipant
System.Activities (1)
System\Activities\Tracking\TrackingProvider.cs (1)
343this.currentParticipant++;
3 references to currentParticipant
System.Activities (3)
System\Activities\Tracking\TrackingProvider.cs (3)
325while (this.currentParticipant < this.provider.trackingParticipants.Count) 327TrackingParticipant participant = this.provider.trackingParticipants[this.currentParticipant]; 357TrackingParticipant participant = thisPtr.provider.trackingParticipants[thisPtr.currentParticipant];