11 overrides of OnInitializedAsync
Aspire.Dashboard (5)
Components\Controls\ApplicationName.razor.cs (1)
29protected override async Task OnInitializedAsync()
Components\Controls\Chart\ChartContainer.razor.cs (1)
65protected override async Task OnInitializedAsync()
Components\Dialogs\TextVisualizerDialog.razor.cs (1)
63protected override async Task OnInitializedAsync()
Components\Pages\ConsoleLogs.razor.cs (1)
127protected override async Task OnInitializedAsync()
Components\Pages\Resources.razor.cs (1)
163protected override async Task OnInitializedAsync()
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
EndpointHtmlRendererTest.cs (1)
1696protected override async Task OnInitializedAsync()
Microsoft.AspNetCore.Components.Tests (2)
ComponentBaseTest.cs (1)
511protected override async Task OnInitializedAsync()
RendererTest.cs (1)
5719protected override async Task OnInitializedAsync()
Microsoft.AspNetCore.Components.Web.Tests (3)
HtmlRendering\HtmlRendererTest.cs (3)
1222protected override async Task OnInitializedAsync() 1252protected override async Task OnInitializedAsync() 1321protected override async Task OnInitializedAsync()
2 references to OnInitializedAsync
Microsoft.AspNetCore.Components (1)
ComponentBase.cs (1)
277var task = OnInitializedAsync();
Microsoft.AspNetCore.Components.Tests (1)
ComponentBaseTest.cs (1)
515await base.OnInitializedAsync();