Fix generic dictionary lookups for param types and function pointers (#85369)
authorJan Kotas <jkotas@microsoft.com>
Wed, 26 Apr 2023 19:51:27 +0000 (12:51 -0700)
committerGitHub <noreply@github.com>
Wed, 26 Apr 2023 19:51:27 +0000 (12:51 -0700)
commit1dd5a8c767a3828cbb4ff669d282c72dcead832e
treec569e220f97db68bb16074f8b3fff2cfd19a67f3
parentc958573654937f9582b6a23522b2ad16cd7dbf96
Fix generic dictionary lookups for param types and function pointers (#85369)

* Fix generic dictionary lookups for param types and function pointers

Fixes #85240

* AllowUnsafeBlocks

* Disable test on Mono
src/coreclr/vm/typedesc.cpp
src/coreclr/vm/typedesc.h
src/coreclr/vm/typehandle.cpp
src/tests/Regressions/coreclr/GitHub_85240/test85240.cs [new file with mode: 0644]
src/tests/Regressions/coreclr/GitHub_85240/test85240.csproj [new file with mode: 0644]
src/tests/issues.targets