4 references to SizeOfHelper
System.Private.CoreLib (4)
src\runtime\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);