1 write to Success
Microsoft.AspNetCore.Components.Server (1)
ProtectedBrowserStorage\ProtectedBrowserStorageResult.cs (1)
23Success = success;
4 references to Success
Aspire.Dashboard (1)
Components\Pages\IPageWithSessionAndUrlState.cs (1)
73if (result is { Success: true, Value: not null })
Microsoft.AspNetCore.Components.Server.Tests (3)
ProtectedBrowserStorageTest.cs (3)
111Assert.True(result.Success); 138Assert.True(result.Success); 160Assert.False(result.Success);