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