2 references to PageSizeMask
System.Private.CoreLib (2)
System\Runtime\ThunkPool.cs (2)
178int thunkIndex = (int)(((nuint)(nint)nextAvailableThunkPtr) - ((nuint)(nint)nextAvailableThunkPtr & ~Constants.PageSizeMask)); 234nuint currentThunksBlockAddress = thunkAddressValue & ~Constants.PageSizeMask;