Remove calls to empty RuntimeHelpers.PrepareConstrainedRegions() #33179
Labels
area-Meta
good first issue
Issue should be easy to implement, good for first-time contributors
help wanted
[up-for-grabs] Good issue for external contributors
untriaged
New issue has not been triaged by the area owner
There are ~140 calls to RuntimeHelpers.PrepareConstrainedRegions(). In .NET Core this has no implementation. The calls can be removed.
https://source.dot.net/#System.Private.CoreLib/RuntimeHelpers.cs,5bb48d7700e1ad2e,references
(Except in libraries that we still ship for .NET Framework, except I don't believe any of these are calls from those.)
The text was updated successfully, but these errors were encountered: