1 write to EntryPoint
ILCompiler.ReadyToRun (1)
PortableCallHelpers\PInvokeCollector.cs (1)
83
EntryPoint
= entryPoint;
2 references to EntryPoint
ILCompiler.ReadyToRun (2)
PortableCallHelpers\PInvokeTableGenerator.cs (2)
283
extern "C" {{MapType(cb.ReturnType)}} {{cb.
EntryPoint
}}({{parametersDeclaration}})
341
$"Exported callback '{cb.
EntryPoint
}' cannot be resolved at run time: '{cb.TypeFullName}' declares more than one [UnmanagedCallersOnly] method named '{cb.MethodName}', and the runtime looks them up by name alone. Give them distinct names: {string.Join(", ", ambiguous)}");