2 writes to _duration
Microsoft.AspNetCore.Mvc.Core (2)
ResponseCacheAttribute.cs (2)
32
set =>
_duration
= value;
101
_duration
= _duration ?? selectedProfile?.Duration;
3 references to _duration
Microsoft.AspNetCore.Mvc.Core (3)
ResponseCacheAttribute.cs (3)
31
get =>
_duration
?? 0;
101
_duration =
_duration
?? selectedProfile?.Duration;
109
Duration =
_duration
,