4 references to Duration
System.Web (4)
Compilation\PageCodeDomTreeGenerator.cs (1)
222
if (cacheSettings.IsParameterSet(OutputCacheParameter.
Duration
)) {
UI\OutputCacheSettings.cs (1)
73
_flags[(int) OutputCacheParameter.
Duration
] = true;
UI\Page.cs (2)
3609
if (cacheSettings.IsParameterSet(OutputCacheParameter.
Duration
)) {
3652
(cacheSettings.IsParameterSet(OutputCacheParameter.
Duration
) == false)) {