2 writes to _state
System.Runtime.Caching (2)
System\Caching\MemoryCacheEntry.cs (2)
74set { _state = (int)value; } 174return (Interlocked.CompareExchange(ref _state, (int)value, (int)comparand) == (int)comparand);
1 reference to _state
System.Runtime.Caching (1)
System\Caching\MemoryCacheEntry.cs (1)
73get { return (EntryState)_state; }