7 references to PageSize
System.Private.CoreLib (7)
System\Runtime\ThunkPool.cs (7)
50
public static readonly nuint PageSizeMask =
PageSize
- 1;
95
Debug.Assert(((nuint)(nint)thunkDataBlock % Constants.
PageSize
) == 0);
98
*(IntPtr*)(thunkDataBlock + (int)(Constants.
PageSize
- IntPtr.Size)) = commonStubAddress;
99
Debug.Assert(*(IntPtr*)(thunkDataBlock + (int)(Constants.
PageSize
- IntPtr.Size)) == commonStubAddress);
129
Debug.Assert(((nuint)(nint)thunkDataBlock % Constants.
PageSize
) == 0);
132
*(IntPtr*)(thunkDataBlock + (int)(Constants.
PageSize
- IntPtr.Size)) = _commonStubAddress;
133
Debug.Assert(*(IntPtr*)(thunkDataBlock + (int)(Constants.
PageSize
- IntPtr.Size)) == _commonStubAddress);