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