4 implementations of Clear
Microsoft.AspNetCore.Http.Tests (1)
DefaultHttpContextTests.cs (1)
458public void Clear()
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
SessionStateTempDataProviderTest.cs (1)
119public void Clear()
ViewComponentTests.cs (1)
286public void Clear()
Microsoft.AspNetCore.Session (1)
DistributedSession.cs (1)
171public void Clear()
1 reference to Clear
Microsoft.AspNetCore.Session.Tests (1)
SessionTests.cs (1)
294context.Session.Clear();