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