8 references to Events
Aspire.Cli.Tests (4)
Telemetry\AspireCliTelemetryTests.cs (4)
96var events = activity.Events.ToList(); 157var events = reportedActivity.Events.ToList(); 161Assert.Empty(childActivity.Events); 177Assert.Empty(activity.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);