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