1 write to _throwOnAccess
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
TempData\SessionStorageTempDataProviderTest.cs (1)
128_throwOnAccess = throwOnAccess;
1 reference to _throwOnAccess
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
TempData\SessionStorageTempDataProviderTest.cs (1)
134get => _throwOnAccess ? throw new InvalidOperationException("Session not configured") : field;