1 write to NoStore
Microsoft.AspNetCore.Mvc.Core (1)
ResponseCacheAttribute.cs (1)
111NoStore = _noStore,
2 references to NoStore
Microsoft.AspNetCore.Mvc.Core (2)
Filters\ResponseCacheFilterExecutor.cs (1)
39get => _cacheNoStore ?? _cacheProfile.NoStore ?? false;
ResponseCacheAttribute.cs (1)
102_noStore = _noStore ?? selectedProfile?.NoStore;