2 instantiations of HotReloadService
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
HotReloadServiceTests.cs (1)
239
new
HotReloadService
() { MetadataUpdateSupported = true });
RazorComponentEndpointDataSourceTest.cs (1)
242
new
HotReloadService
() { MetadataUpdateSupported = true });
13 references to HotReloadService
Microsoft.AspNetCore.Components.Endpoints (6)
Builder\RazorComponentEndpointDataSource.cs (3)
29
private readonly
HotReloadService
? _hotReloadService;
46
HotReloadService
? hotReloadService = null)
54
HotReloadService
.ClearCacheEvent += OnHotReloadClearCache;
Builder\RazorComponentEndpointDataSourceFactory.cs (1)
16
HotReloadService
? hotReloadService = null)
DependencyInjection\HotReloadService.cs (1)
7
[assembly: MetadataUpdateHandler(typeof(Microsoft.AspNetCore.Components.Endpoints.
HotReloadService
))]
DependencyInjection\RazorComponentsServiceCollectionExtensions.cs (1)
51
services.TryAddSingleton<
HotReloadService
>();
Microsoft.AspNetCore.Components.Endpoints.Tests (7)
HotReloadServiceTests.cs (7)
36
HotReloadService
.UpdateApplication(null);
64
HotReloadService
.UpdateApplication(null);
92
HotReloadService
.UpdateApplication(null);
115
HotReloadService
.UpdateApplication(null);
142
HotReloadService
.UpdateApplication(null);
190
HotReloadService
.UpdateApplication(null);
191
HotReloadService
.ClearCache(null);