Annotate CreateInstanceForAnotherGenericParameter as PublicParameterlessConstructor...
authorEric Erhardt <eric.erhardt@microsoft.com>
Tue, 30 Mar 2021 02:12:29 +0000 (21:12 -0500)
committerGitHub <noreply@github.com>
Tue, 30 Mar 2021 02:12:29 +0000 (19:12 -0700)
commitec0bb49776bd03330356556de88bb8456b4f667c
tree02e16408f8a221a7f630aafe6d6fc70bc9e77098
parent260397c9c3d83d018b4faf2ba3413aec95ca11cf
Annotate CreateInstanceForAnotherGenericParameter as PublicParameterlessConstructor (#50390)

This allows private constructors on the Types to be trimmed.

Fix #50353
src/coreclr/System.Private.CoreLib/src/System/RuntimeHandles.cs
src/libraries/System.Private.CoreLib/src/System/Collections/Generic/Comparer.cs
src/libraries/System.Private.CoreLib/src/System/Collections/Generic/EqualityComparer.cs
src/mono/System.Private.CoreLib/src/System/RuntimeType.Mono.cs