3 writes to _bits
System.Web (3)
Cache\CacheEntry.cs (3)
39_bits = BitPublic; 42_bits |= BitOutputCache; 193set { _bits = (byte) (((uint) _bits & ~(uint)EntryStateMask) | (uint) value); }
4 references to _bits
System.Web (4)
Cache\CacheEntry.cs (4)
58get { return (_bits & BitOutputCache) != 0; } 62get { return (_bits & BitPublic) != 0; } 192get { return (EntryState) (_bits & EntryStateMask); } 193set { _bits = (byte) (((uint) _bits & ~(uint)EntryStateMask) | (uint) value); }