2 references to GuestProcessStart
aspire (1)
Projects\ProcessGuestLauncher.cs (1)
145AddEvent(activity, ProfilingTelemetry.Events.GuestProcessStart);
Aspire.Cli.Tests (1)
Projects\GuestRuntimeTests.cs (1)
819Assert.Contains(activity.Events, @event => @event.Name == ProfilingTelemetry.Events.GuestProcessStart);