3 references to GetStructSize
ILCompiler.ReadyToRun (3)
PortableCallHelpers\InteropSignature.cs (1)
184return Math.Max((GetStructSize(token) + 7) / 8, 1);
PortableCallHelpers\InterpToNativeGenerator.cs (2)
35structReturnSizes.Add(InteropSignature.GetStructSize(returnToken)); 166return (false, $"portable_callhelper_ret_S{InteropSignature.GetStructSize(returnToken)}");