Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix recursive inlining of PInvoke stubs (dotnet/coreclr#18737)
PInvoke stubs can be inlined into a regular methods in CoreRT. PInvoke transition has to be inlined as well when that happens. Otherwise, there is a risk of recursive inlining in corner cases. Commit migrated from dotnet/coreclr@55023b7
- Loading branch information