6 references to BaseSize
System.Private.CoreLib (6)
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (5)
398nuint rawSize = pMT->BaseSize - (nuint)(2 * sizeof(IntPtr)); 829return BaseSize > (uint)(3 * sizeof(IntPtr)); 841return (int)((BaseSize - (uint)(3 * sizeof(IntPtr))) / (uint)(2 * sizeof(int))); 930Debug.Assert((BaseSize - (nuint)(2 * sizeof(IntPtr)) == GetNumInstanceFieldBytes())); 931return BaseSize - (uint)(2 * sizeof(IntPtr));
src\System\Runtime\InteropServices\MemoryMarshal.CoreCLR.cs (1)
44return ref Unsafe.AddByteOffset(ref Unsafe.As<RawData>(array).Data, (nuint)RuntimeHelpers.GetMethodTable(array)->BaseSize - (nuint)(2 * sizeof(IntPtr)));