1 instantiation of DefaultRazorComponentApplication
Microsoft.AspNetCore.Components.Endpoints (1)
Discovery\DefaultRazorComponentApplication.cs (1)
8public static IRazorComponentApplication Instance { get; } = new DefaultRazorComponentApplication<TComponent>();
2 references to DefaultRazorComponentApplication
Microsoft.AspNetCore.Components.Endpoints (1)
Builder\RazorComponentEndpointDataSourceFactory.cs (1)
21DefaultRazorComponentApplication<TRootComponent>.Instance.GetBuilder();
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
RazorComponentEndpointDataSourceTest.cs (1)
238builder ?? DefaultRazorComponentApplication<TComponent>.Instance.GetBuilder(),