1 write to trackingProvider
System.Activities (1)
System\Activities\Hosting\WorkflowInstance.cs (1)
395
this.
trackingProvider
= new TrackingProvider(this.WorkflowDefinition);
4 references to trackingProvider
System.Activities (4)
System\Activities\Hosting\WorkflowInstance.cs (4)
161
return this.
trackingProvider
;
393
if (this.
trackingProvider
== null)
402
this.
trackingProvider
.ClearParticipants();
406
this.
trackingProvider
.AddParticipant(trackingParticipant);