20 references to OpenComponent
Aspire.Dashboard.Components.Tests (1)
Shared\FluentUISetupHelpers.cs (1)
183builder.OpenComponent<FluentDialogProvider>(0);
Microsoft.AspNetCore.Components (5)
Rendering\RenderTreeBuilder.cs (1)
575/// must be balanced with calls to <see cref="OpenComponent{TComponent}"/>.
RouteView.cs (1)
80builder.OpenComponent<LayoutView>(0);
Routing\Router.cs (2)
420builder.OpenComponent<RouteView>(0); 449builder.OpenComponent<RouteView>(0);
Sections\SectionOutlet.cs (1)
101builder.OpenComponent<SectionOutletContentRenderer>(0);
Microsoft.AspNetCore.Components.Authorization (4)
_generated\0\CascadingAuthenticationState_razor.g.cs (1)
29__builder.OpenComponent<global::Microsoft.AspNetCore.Components.CascadingValue<
AuthorizeRouteView.cs (3)
81builder.OpenComponent<CascadingAuthenticationState>(0); 89builder.OpenComponent<AuthorizeRouteViewCore>(0); 106builder.OpenComponent<LayoutView>(0);
Microsoft.AspNetCore.Components.Endpoints (1)
RazorComponentEndpointHost.cs (1)
45builder.OpenComponent<LayoutView>(0);
Microsoft.AspNetCore.Components.Web (9)
Forms\EditForm.cs (3)
167builder.OpenComponent<CascadingValue<EditContext>>(7); 182builder.OpenComponent<FormMappingValidator>(1); 186builder.OpenComponent<AntiforgeryToken>(3);
Forms\InputRadioGroup.cs (1)
82builder.OpenComponent<CascadingValue<InputRadioContext>>(0);
Head\HeadContent.cs (1)
23builder.OpenComponent<SectionContent>(0);
Head\HeadOutlet.cs (3)
39builder.OpenComponent<SectionOutlet>(0); 46builder.OpenComponent<SectionContent>(2); 54builder.OpenComponent<SectionOutlet>(6);
Head\PageTitle.cs (1)
23builder.OpenComponent<SectionContent>(0);