4 instantiations of TestSession
Microsoft.AspNetCore.Http.Tests (4)
DefaultHttpContextTests.cs (4)
32var session = new TestSession(); 49var session = new TestSession(); 64var session = new TestSession(); 72context.Session = new TestSession();
3 references to TestSession
Microsoft.AspNetCore.Http.Tests (3)
DefaultHttpContextTests.cs (3)
32var session = new TestSession(); 49var session = new TestSession(); 64var session = new TestSession();