2 writes to NoStore
System (2)
net\System\Net\Cache\HttpRequestCacheValidator.cs (2)
987control.NoStore = true; 1102control.NoStore = true;
3 references to NoStore
System (3)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (1)
711if (ctx.ResponseCacheControl.NoStore) {
net\System\Net\Cache\HttpRequestCacheValidator.cs (2)
1293return (Public || Private || NoCache || NoStore || MustRevalidate || ProxyRevalidate || MaxAge != -1 || SMaxAge != -1); 1323if (NoStore) {