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