2 instantiations of WorkflowInstanceAbortedRecord
System.Activities (2)
System\Activities\Hosting\WorkflowInstance.cs (1)
632this.controller.Track(new WorkflowInstanceAbortedRecord(this.Id, this.WorkflowDefinition.DisplayName, message, this.DefinitionIdentity));
System\Activities\Tracking\WorkflowInstanceAbortedRecord.cs (1)
78return new WorkflowInstanceAbortedRecord(this);
4 references to WorkflowInstanceAbortedRecord
System.Activities (4)
System\Activities\Tracking\EtwTrackingParticipant.cs (3)
543else if (record is WorkflowInstanceAbortedRecord) 626WorkflowInstanceAbortedRecord aborted = record as WorkflowInstanceAbortedRecord;
System\Activities\Tracking\WorkflowInstanceAbortedRecord.cs (1)
51WorkflowInstanceAbortedRecord(WorkflowInstanceAbortedRecord record)