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