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