8 references to GetNumInstanceFieldBytes
System.Private.CoreLib (8)
src\System\Array.CoreCLR.cs (2)
528nuint elementSize = pElementMethodTable->GetNumInstanceFieldBytes(); 565nuint elementSize = pElementMethodTable->GetNumInstanceFieldBytes();
src\System\Runtime\CompilerServices\CastHelpers.cs (1)
636SpanHelpers.Memmove(ref dstData, ref srcData, dstMT->GetNumInstanceFieldBytes());
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (3)
108uint targetTypeSize = targetMT->GetNumInstanceFieldBytes(); 920Debug.Assert((NullableValueAddrOffset + NullableValueSize) == GetNumInstanceFieldBytes()); 930Debug.Assert((BaseSize - (nuint)(2 * sizeof(IntPtr)) == GetNumInstanceFieldBytes()));
src\System\ValueType.cs (2)
46RuntimeHelpers.GetMethodTable(this)->GetNumInstanceFieldBytes()); 117uint size = pMT->GetNumInstanceFieldBytes();