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