1 write to HasTrackingParticipant
System.Activities (1)
System\Activities\Hosting\WorkflowInstance.cs (1)
392
this.
HasTrackingParticipant
= true;
19 references to HasTrackingParticipant
System.Activities (19)
System\Activities\Hosting\WorkflowInstance.cs (8)
160
Fx.Assert(
HasTrackingParticipant
, "we should only be called if we have a tracking participant");
331
if (this.
HasTrackingParticipant
&& this.TrackingProvider.ShouldTrackWorkflowInstanceRecords)
493
if (this.
HasTrackingParticipant
)
501
if (this.
HasTrackingParticipant
)
513
if (this.
HasTrackingParticipant
)
823
return this.instance.
HasTrackingParticipant
&& this.instance.TrackingProvider.HasPendingRecords;
831
return this.instance.
HasTrackingParticipant
&& this.instance.TrackingProvider.ShouldTrackWorkflowInstanceRecords;
1107
if (this.instance.
HasTrackingParticipant
)
System\Activities\Runtime\ActivityExecutor.cs (11)
236
return this.host.
HasTrackingParticipant
&& this.host.TrackingProvider.HasPendingRecords;
244
return this.host.
HasTrackingParticipant
&& this.host.TrackingProvider.ShouldTrack;
252
return this.host.
HasTrackingParticipant
&& this.host.TrackingProvider.ShouldTrackBookmarkResumptionRecords;
260
return this.host.
HasTrackingParticipant
&& this.host.TrackingProvider.ShouldTrackActivityScheduledRecords;
268
return this.host.
HasTrackingParticipant
&& this.host.TrackingProvider.ShouldTrackActivityStateRecords;
276
return this.host.
HasTrackingParticipant
&& this.host.TrackingProvider.ShouldTrackActivityStateRecordsExecutingState;
284
return this.host.
HasTrackingParticipant
&& this.host.TrackingProvider.ShouldTrackActivityStateRecordsClosedState;
292
return this.host.
HasTrackingParticipant
&& this.host.TrackingProvider.ShouldTrackCancelRequestedRecords;
300
return this.host.
HasTrackingParticipant
&& this.host.TrackingProvider.ShouldTrackFaultPropagationRecords;
1783
if (this.host.
HasTrackingParticipant
)
2482
if (this.host.
HasTrackingParticipant
)