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