12 writes to NoStore
Microsoft.AspNetCore.OutputCaching.Tests (2)
OutputCachePolicyProviderTests.cs (2)
100NoStore = true 183NoStore = true
Microsoft.AspNetCore.ResponseCaching.Tests (3)
ResponseCachingPolicyProviderTests.cs (3)
89NoStore = true 148NoStore = true 206NoStore = true
Microsoft.Net.Http.Headers.Tests (7)
CacheControlHeaderValueTest.cs (7)
16cacheControl.NoStore = true; 79cacheControl.NoStore = true; 144values[2].NoStore = true; 258values[2].NoStore = true; 389expected.NoStore = true; 481expected.NoStore = true; 518expected.NoStore = true;
2 references to NoStore
Microsoft.AspNetCore.Antiforgery (1)
Internal\DefaultAntiforgery.cs (1)
370if (!cacheControlHeaderValue.NoCache || !cacheControlHeaderValue.NoStore)
Microsoft.Net.Http.Headers.Tests (1)
CacheControlHeaderValueTest.cs (1)
17Assert.True(cacheControl.NoStore, "NoStore");