2 writes to _cachedVaryId
System.Web (2)
Cache\OutputCache.cs (1)
834
rawResponse.
_cachedVaryId
= cachedVary.CachedVaryId;
OutputCacheModule.cs (1)
99
_cachedVaryId
= cachedVaryId;
2 references to _cachedVaryId
System.Web (2)
Cache\OutputCache.cs (1)
216
cachedRawResponse.
_cachedVaryId
,
OutputCacheModule.cs (1)
674
if (item == null || ((CachedRawResponse)item).
_cachedVaryId
!= cachedVary.CachedVaryId) {