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.)
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.)