1 instantiation of OutputCacheEntry
System.Web (1)
Cache\OutputCache.cs (1)
215OutputCacheEntry oce = new OutputCacheEntry(
8 references to OutputCacheEntry
System.Web (8)
Cache\OutputCache.cs (8)
180private static OutputCacheEntry Convert(CachedRawResponse cachedRawResponse, string depKey, string[] fileDependencies) { 215OutputCacheEntry oce = new OutputCacheEntry( 230private static CachedRawResponse Convert(OutputCacheEntry oce) { 493if (data is OutputCacheEntry || data is PartialCachingCacheEntry || data is CachedVary || data is ControlCachedVary || 506if (!(data is OutputCacheEntry || data is PartialCachingCacheEntry || data is CachedVary || data is ControlCachedVary || 523OutputCacheEntry oce = result as OutputCacheEntry; 858OutputCacheEntry oce = Convert(rawResponse, depKey, fileDeps);