6 references to ENTRY_MASK
System.Runtime.Caching (6)
System\Runtime\Caching\CacheUsage.cs (6)
28Debug.Assert((Math.Abs(entryIndex) & ENTRY_MASK) == (Math.Abs(entryIndex)), "(Math.Abs(entryIndex) & ENTRY_MASK) == Math.Abs(entryIndex)"); 31_ref = ((((uint)pageIndex) << PAGE_SHIFT) | (((uint)(entryIndex)) & ENTRY_MASK)); 51int result = (int)(sbyte)(_ref & ENTRY_MASK); 61int result = (int)(sbyte)(_ref & ENTRY_MASK); 67internal bool IsRef1 => ((int)(sbyte)(_ref & ENTRY_MASK)) > 0; 69internal bool IsRef2 => ((int)(sbyte)(_ref & ENTRY_MASK)) < 0;