2 references to AppHostHostStarted
Aspire.Hosting (1)
Diagnostics\ProfilingTelemetry.cs (1)
795public void AddAppHostHostStarted() => AddEvent(Events.AppHostHostStarted);
Aspire.Hosting.Tests (1)
DistributedApplicationTests.cs (1)
184Assert.DoesNotContain(hostStartupActivity.Events, @event => @event.Name == ProfilingTelemetry.Events.AppHostHostStarted);