Use mono_runtime_delegate_invoke in EventPipeInternal::CreateProvider. (#38989)
authorJohan Lorensson <lateralusx.github@gmail.com>
Thu, 9 Jul 2020 17:16:30 +0000 (19:16 +0200)
committerGitHub <noreply@github.com>
Thu, 9 Jul 2020 17:16:30 +0000 (19:16 +0200)
commit250956e69921b63024a87237fe9b894a5b3984eb
treeccf9bd5e2d7935bd3f61c2c1bcf6053db9a51593
parenta902fbaece9969e630608c4f4407f417a5d6688b
Use mono_runtime_delegate_invoke in EventPipeInternal::CreateProvider. (#38989)

Due to issues on some platforms related to mono_delegate_to_ftnptr_impl,
switch to use mono_runtime_delegate_invoke without need for delegate
wrapper generation currently not supported on all platforms.
src/mono/mono/metadata/icall-eventpipe.c