7 references to BaseSize
System.Private.CoreLib (7)
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (6)
399
nuint rawSize = pMT->
BaseSize
- (nuint)(2 * sizeof(IntPtr));
854
return
BaseSize
== (uint)(3 * sizeof(IntPtr));
865
return
BaseSize
> (uint)(3 * sizeof(IntPtr));
877
return (int)((
BaseSize
- (uint)(3 * sizeof(IntPtr))) / (uint)(2 * sizeof(int)));
966
Debug.Assert((
BaseSize
- (nuint)(2 * sizeof(IntPtr)) == GetNumInstanceFieldBytes()));
967
return
BaseSize
- (uint)(2 * sizeof(IntPtr));
src\System\Runtime\InteropServices\MemoryMarshal.CoreCLR.cs (1)
44
return ref Unsafe.AddByteOffset(ref Unsafe.As<RawData>(array).Data, (nuint)RuntimeHelpers.GetMethodTable(array)->
BaseSize
- (nuint)(2 * sizeof(IntPtr)));