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