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