5 references to HotReloadService
Microsoft.AspNetCore.Components.Endpoints (5)
Builder\RazorComponentEndpointDataSource.cs (2)
29private readonly HotReloadService? _hotReloadService; 44HotReloadService? hotReloadService = null)
Builder\RazorComponentEndpointDataSourceFactory.cs (1)
16HotReloadService? hotReloadService = null)
DependencyInjection\HotReloadService.cs (1)
7[assembly: MetadataUpdateHandler(typeof(Microsoft.AspNetCore.Components.Endpoints.HotReloadService))]
DependencyInjection\RazorComponentsServiceCollectionExtensions.cs (1)
51services.TryAddSingleton<HotReloadService>();