2 instantiations of ProtectedLocalStorage
Aspire.Dashboard.Tests (1)
LocalBrowserStorageTests.cs (1)
125new ProtectedLocalStorage(testJsonRuntime, new TestDataProtector()),
Microsoft.AspNetCore.Components.Server (1)
DependencyInjection\ComponentServiceCollectionExtensions.cs (1)
44services.TryAddScoped(static services => new ProtectedLocalStorage(
2 references to ProtectedLocalStorage
Aspire.Dashboard (1)
Model\BrowserStorage\LocalBrowserStorage.cs (1)
20public LocalBrowserStorage(IJSRuntime jsRuntime, ProtectedLocalStorage protectedLocalStorage, ILogger<LocalBrowserStorage> logger) : base(protectedLocalStorage, logger)
Microsoft.AspNetCore.Components.Server (1)
ProtectedBrowserStorage\ProtectedLocalStorage.cs (1)
22/// Constructs an instance of <see cref="ProtectedLocalStorage"/>.