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