6 overrides of OnInitializedAsync
Aspire.Dashboard (6)
Components\Controls\ApplicationName.razor.cs (1)
28protected override async Task OnInitializedAsync()
Components\Controls\Chart\ChartContainer.razor.cs (1)
65protected override async Task OnInitializedAsync()
Components\Controls\TextVisualizer.razor.cs (1)
52protected override async Task OnInitializedAsync()
Components\Dialogs\TextVisualizerDialog.razor.cs (1)
40protected override async Task OnInitializedAsync()
Components\Pages\ConsoleLogs.razor.cs (1)
180protected override async Task OnInitializedAsync()
Components\Pages\Resources.razor.cs (1)
205protected override async Task OnInitializedAsync()
1 reference to OnInitializedAsync
Microsoft.AspNetCore.Components (1)
ComponentBase.cs (1)
277var task = OnInitializedAsync();