3 references to RazorComponentsMarkerService
Microsoft.AspNetCore.Components.Endpoints (3)
Builder\RazorComponentsEndpointRouteBuilderExtensions.cs (2)
59var marker = endpoints.ServiceProvider.GetService<RazorComponentsMarkerService>();
DependencyInjection\RazorComponentsServiceCollectionExtensions.cs (1)
44services.TryAddSingleton<RazorComponentsMarkerService>();