5 references to GetElementSize
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Buffer.cs (3)
28
uSrcLen *= (nuint)src.
GetElementSize
();
39
uDstLen *= (nuint)dst.
GetElementSize
();
65
nuint byteLength = array.NativeLength * (nuint)array.
GetElementSize
();
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ArrayWithOffset.cs (1)
28
nuint nativeTotalSize = arrayObj.NativeLength * (nuint)arrayObj.
GetElementSize
();
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
170
return (IntPtr)((byte*)pRawData + (uint)index * (nuint)arr.
GetElementSize
());