5 references to SizeOfHelper
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (4)
94
return
SizeOfHelper
((RuntimeType)structure.GetType(), throwIfNotMarshalable: true);
101
return
SizeOfHelper
((RuntimeType)structure.GetType(), throwIfNotMarshalable: true);
119
return
SizeOfHelper
(rt, throwIfNotMarshalable: true);
130
return
SizeOfHelper
(t, throwIfNotMarshalable: true);
src\System\StubHelpers.cs (1)
1099
int allocSize = Marshal.
SizeOfHelper
((RuntimeType)pManagedHome.GetType(), false);