3 instantiations of FaultPropagationRecord
System.Activities (3)
System\Activities\Runtime\ActivityExecutor.cs (2)
1719AddTrackingRecord(new FaultPropagationRecord(this.WorkflowInstanceId, 1733AddTrackingRecord(new FaultPropagationRecord(this.WorkflowInstanceId,
System\Activities\Tracking\FaultPropagationRecord.cs (1)
146return new FaultPropagationRecord(this);
7 references to FaultPropagationRecord
System.Activities (7)
System\Activities\Tracking\EtwTrackingParticipant.cs (3)
114else if (record is FaultPropagationRecord) 116TrackFaultPropagationRecord((FaultPropagationRecord)record); 387void TrackFaultPropagationRecord(FaultPropagationRecord faultRecord)
System\Activities\Tracking\FaultPropagationRecord.cs (1)
59FaultPropagationRecord(FaultPropagationRecord record)
System\Activities\Tracking\RuntimeTrackingProfile.cs (3)
276else if (record is FaultPropagationRecord) 278resultQuery = Match((FaultPropagationRecord)record); 404FaultPropagationQuery Match(FaultPropagationRecord faultRecord)