1 instantiation of TestResponseCookiesFeature
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
TempData\CookieTempDataProviderTest.cs (1)
123var cookieFeature = new TestResponseCookiesFeature();
11 references to TestResponseCookiesFeature
Microsoft.AspNetCore.Components.Endpoints.Tests (11)
TempData\CookieTempDataProviderTest.cs (11)
52var cookieFeature = httpContext.Features.Get<TestResponseCookiesFeature>(); 65var cookieFeature = httpContext.Features.Get<TestResponseCookiesFeature>(); 79var cookieFeature = httpContext.Features.Get<TestResponseCookiesFeature>(); 123var cookieFeature = new TestResponseCookiesFeature(); 132var cookieFeature = httpContext.Features.Get<TestResponseCookiesFeature>(); 160private readonly TestResponseCookiesFeature _feature; 162public TestResponseCookies(TestResponseCookiesFeature feature)