2 writes to s_cEntries
System.Web (2)
Cache\OutputCache.cs (2)
128
Interlocked.Decrement(ref
s_cEntries
);
133
Interlocked.Increment(ref
s_cEntries
);
1 reference to s_cEntries
System.Web (1)
Cache\OutputCache.cs (1)
426
return (Providers == null) ? (
s_cEntries
!= 0) : true;