3 references to NoStore
System.Web (3)
Compilation\PageCodeDomTreeGenerator.cs (1)
248
if (cacheSettings.IsParameterSet(OutputCacheParameter.
NoStore
)) {
UI\OutputCacheSettings.cs (1)
139
_flags[(int) OutputCacheParameter.
NoStore
] = true;
UI\Page.cs (1)
3630
if (cacheSettings.IsParameterSet(OutputCacheParameter.
NoStore
)) {