2 instantiations of HotReloadService
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
HotReloadServiceTests.cs (1)
239new HotReloadService() { MetadataUpdateSupported = true });
RazorComponentEndpointDataSourceTest.cs (1)
242new HotReloadService() { MetadataUpdateSupported = true });
13 references to HotReloadService
Microsoft.AspNetCore.Components.Endpoints (6)
Builder\RazorComponentEndpointDataSource.cs (3)
29private readonly HotReloadService? _hotReloadService; 46HotReloadService? hotReloadService = null) 54HotReloadService.ClearCacheEvent += OnHotReloadClearCache;
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>();
Microsoft.AspNetCore.Components.Endpoints.Tests (7)
HotReloadServiceTests.cs (7)
36HotReloadService.UpdateApplication(null); 64HotReloadService.UpdateApplication(null); 92HotReloadService.UpdateApplication(null); 115HotReloadService.UpdateApplication(null); 142HotReloadService.UpdateApplication(null); 190HotReloadService.UpdateApplication(null); 191HotReloadService.ClearCache(null);