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