2 writes to _noStore
Microsoft.AspNetCore.Mvc.Core (2)
ResponseCacheAttribute.cs (2)
53set => _noStore = value; 102_noStore = _noStore ?? selectedProfile?.NoStore;
3 references to _noStore
Microsoft.AspNetCore.Mvc.Core (3)
ResponseCacheAttribute.cs (3)
52get => _noStore ?? false; 102_noStore = _noStore ?? selectedProfile?.NoStore; 111NoStore = _noStore,