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)
81protected override async Task OnInitializedAsync()
Components\Controls\TextVisualizer.razor.cs (1)
61protected override async Task OnInitializedAsync()
Components\Dialogs\TextVisualizerDialog.razor.cs (1)
43protected override async Task OnInitializedAsync()
Components\Pages\ConsoleLogs.razor.cs (1)
208protected override async Task OnInitializedAsync()
Components\Pages\Resources.razor.cs (1)
183protected override async Task OnInitializedAsync()
1 reference to OnInitializedAsync
Microsoft.AspNetCore.Components (1)
ComponentBase.cs (1)
277var task = OnInitializedAsync();