4 references to Events
System.Diagnostics.DiagnosticSource (4)
System\Diagnostics\Activity.cs (4)
526/// Add <see cref="ActivityEvent" /> object to the <see cref="Events" /> list. 541/// Add an <see cref="ActivityEvent" /> object containing the exception information to the <see cref="Events" /> list. 551/// before the <see cref="ActivityEvent" /> object is added to the <see cref="Events" /> list.</para> 2190public List<ActivityEvent> Events => new List<ActivityEvent>(activity.Events);