1 write to NoStore
System.Web (1)
UI\PageParser.cs (1)
673OutputCacheParameters.NoStore = noStoreValue;
2 references to NoStore
System.Web (2)
Compilation\PageCodeDomTreeGenerator.cs (1)
251new CodePrimitiveExpression(cacheSettings.NoStore));
UI\Page.cs (1)
3631noStore = cacheSettings.NoStore;