5 writes to _key
System.Web (5)
OutputCacheModule.cs (5)
522_key = null; 587_key = key = CreateOutputCachedItemKey(context, null); 992_key = null; 1181_key = CreateOutputCachedItemKey(context, null); 1277_key = null;
7 references to _key
System.Web (7)
OutputCacheModule.cs (7)
588Debug.Assert(_key != null, "_key != null"); 1180if (_key == null) { 1182Debug.Assert(_key != null, "_key != null"); 1190keyRawResponse = _key; 1225Debug.Trace("OutputCacheModuleLeave", "Couldn't add non-cacheable post.\n\tkey=" + _key); 1232Debug.Trace("OutputCacheModuleLeave", "Response.Flush() inside GetVaryByCustomString\n\tkey=" + _key); 1264OutputCache.InsertResponse(_key, cachedVary,