7 references to InitializeAsync
Aspire.Dashboard (2)
DashboardWebApplication.cs (1)
361await telemetryService.InitializeAsync().ConfigureAwait(false);
Telemetry\DashboardTelemetryService.cs (1)
23/// Whether the telemetry service has been initialized. This will be true if <see cref="InitializeAsync"/> has completed.
Aspire.Dashboard.Tests (5)
Telemetry\ComponentTelemetryContextTests.cs (2)
22await telemetryService.InitializeAsync(); 71await telemetryService.InitializeAsync();
Telemetry\DashboardTelemetryServiceTests.cs (3)
40await telemetryService.InitializeAsync(); 146await telemetryService.InitializeAsync(); 166await telemetryService.InitializeAsync();