1 write to IsVoid
ILCompiler.ReadyToRun (1)
PortableCallHelpers\PInvokeCollector.cs (1)
64IsVoid = ReturnType.IsVoid;
4 references to IsVoid
ILCompiler.ReadyToRun (4)
PortableCallHelpers\PInvokeTableGenerator.cs (4)
285{{(cb.IsVoid ? "" : "return ")}}Call_{{cb.EntrySymbol}}({{arguments}}); 300(!cb.IsVoid ? $"{w.NewLine}{w.NewLine} {MapType(cb.ReturnType)} result;" : "")}} 301ExecuteInterpretedMethodFromUnmanaged(MD_{{cb.EntrySymbol}}, {{argsArgs}}, {{(cb.IsVoid ? "nullptr" : "(int8_t*)&result")}}, (PCODE)&Call_{{cb.EntrySymbol}});{{ 302(!cb.IsVoid ? $"{w.NewLine} return result;" : "")}}