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