2 implementations of IRazorComponentApplication
Microsoft.AspNetCore.Components.Endpoints (2)
Builder\RazorComponentApplicationAttribute.cs (1)
13internal abstract class RazorComponentApplicationAttribute : Attribute, IRazorComponentApplication
Discovery\DefaultRazorComponentApplication.cs (1)
6internal class DefaultRazorComponentApplication<TComponent> : IRazorComponentApplication
3 references to IRazorComponentApplication
Microsoft.AspNetCore.Components.Endpoints (3)
Discovery\ComponentApplicationBuilder.cs (1)
49var builder = IRazorComponentApplication.GetBuilderForAssembly(this, assembly);
Discovery\DefaultRazorComponentApplication.cs (2)
8public static IRazorComponentApplication Instance { get; } = new DefaultRazorComponentApplication<TComponent>(); 38return IRazorComponentApplication.GetBuilderForAssembly(builder, assembly);