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