1 instantiation of TestSession
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
TempData\SessionStorageTempDataProviderTest.cs (1)
129
Session = new
TestSession
();
6 references to TestSession
Microsoft.AspNetCore.Components.Endpoints.Tests (6)
TempData\SessionStorageTempDataProviderTest.cs (6)
40
var
session = (
TestSession
)httpContext.Session;
58
var
session = (
TestSession
)httpContext.Session;
86
var
session = (
TestSession
)httpContext.Session;