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)
134
get =>
_throwOnAccess
? throw new InvalidOperationException("Session not configured") : field;