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