1 write to provider
System.Activities (1)
System\Activities\Tracking\TrackingProvider.cs (1)
312this.provider = provider;
12 references to provider
System.Activities (12)
System\Activities\Tracking\TrackingProvider.cs (12)
323if (this.provider.HasPendingRecords) 325while (this.currentParticipant < this.provider.trackingParticipants.Count) 327TrackingParticipant participant = this.provider.trackingParticipants[this.currentParticipant]; 328RuntimeTrackingProfile runtimeProfile = this.provider.GetRuntimeTrackingProfile(participant); 330if (this.provider.pendingTrackingRecords != null) 332while (this.currentRecord < this.provider.pendingTrackingRecords.Count) 348this.provider.ClearPendingRecords(); 357TrackingParticipant participant = thisPtr.provider.trackingParticipants[thisPtr.currentParticipant]; 368thisPtr.provider.ClearPendingRecords(); 376TrackingRecord originalRecord = this.provider.pendingTrackingRecords[this.currentRecord]; 383bool shouldClone = this.provider.trackingParticipants.Count > 1; 416this.provider.ClearPendingRecords();