4 writes to IsFaultSource
System.Activities (4)
System\Activities\Tracking\FaultPropagationRecord.cs (4)
32
this.
IsFaultSource
= isFaultSource;
54
this.
IsFaultSource
= isFaultSource;
65
this.
IsFaultSource
= record.IsFaultSource;
134
set { this.
IsFaultSource
= value; }
5 references to IsFaultSource
System.Activities (5)
System\Activities\Tracking\EtwTrackingParticipant.cs (2)
399
faultRecord.Fault.ToString(), faultRecord.
IsFaultSource
,
411
faultRecord.Fault.ToString(), faultRecord.
IsFaultSource
,
System\Activities\Tracking\FaultPropagationRecord.cs (3)
65
this.IsFaultSource = record.
IsFaultSource
;
133
get { return this.
IsFaultSource
; }
156
this.
IsFaultSource
);