3 references to ParameterTypes
ILCompiler.ReadyToRun (3)
PortableCallHelpers\PInvokeTableGenerator.cs (3)
269
string[] parameterCTypes =
ParameterTypes
(cb.Parameters).Select(MapType).ToArray();
362
foreach (TypeDesc parameter in
ParameterTypes
(signature))
382
? string.Join("_",
ParameterTypes
(cb.Parameters).Select(TypeToNameType))