1 write to ReturnType
ILCompiler.ReadyToRun (1)
PortableCallHelpers\PInvokeCollector.cs (1)
63
ReturnType
= method.Signature.ReturnType;
5 references to ReturnType
ILCompiler.ReadyToRun (5)
PortableCallHelpers\PInvokeCollector.cs (1)
64
IsVoid =
ReturnType
.IsVoid;
PortableCallHelpers\PInvokeTableGenerator.cs (4)
283
extern "C" {{MapType(cb.
ReturnType
)}} {{cb.EntryPoint}}({{parametersDeclaration}})
293
MapType(cb.
ReturnType
)}} Call_{{cb.EntrySymbol}}({{parametersDeclaration}})
300
(!cb.IsVoid ? $"{w.NewLine}{w.NewLine} {MapType(cb.
ReturnType
)} result;" : "")}}
385
return FixupSymbolName($"{cb.EntryName}_{paramTypes}_Ret{TypeToNameType(cb.
ReturnType
)}");