4 references to AddPersistentServiceRegistration
Microsoft.AspNetCore.Components.Endpoints (2)
DependencyInjection\RazorComponentsRazorComponentBuilderExtensions.cs (1)
29
RegisterPersistentComponentStateServiceCollectionExtensions.
AddPersistentServiceRegistration
<TPersistentService>(
DependencyInjection\RazorComponentsServiceCollectionExtensions.cs (1)
83
RegisterPersistentComponentStateServiceCollectionExtensions.
AddPersistentServiceRegistration
<AntiforgeryStateProvider>(services, RenderMode.InteractiveAuto);
Microsoft.AspNetCore.Components.Tests (1)
PersistentState\PersistentServicesRegistryTest.cs (1)
507
RegisterPersistentComponentStateServiceCollectionExtensions.
AddPersistentServiceRegistration
<TPersistentService>(
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
316
RegisterPersistentComponentStateServiceCollectionExtensions.
AddPersistentServiceRegistration
<AntiforgeryStateProvider>(Services, RenderMode.InteractiveWebAssembly);