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)
588
Debug.Assert(
_key
!= null, "_key != null");
1180
if (
_key
== null) {
1182
Debug.Assert(
_key
!= null, "_key != null");
1190
keyRawResponse =
_key
;
1225
Debug.Trace("OutputCacheModuleLeave", "Couldn't add non-cacheable post.\n\tkey=" +
_key
);
1232
Debug.Trace("OutputCacheModuleLeave", "Response.Flush() inside GetVaryByCustomString\n\tkey=" +
_key
);
1264
OutputCache.InsertResponse(
_key
, cachedVary,