Reflection-annotate obscure API (#53081)
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>
Mon, 24 May 2021 09:29:15 +0000 (11:29 +0200)
committerGitHub <noreply@github.com>
Mon, 24 May 2021 09:29:15 +0000 (11:29 +0200)
commit42f69482dc49d01a417e1efa53092a7807b86982
treeffd94452ca1b9f17381604b535651caae53dc492
parentebba45155160c7056faf1675448af1b75e9f4a48
Reflection-annotate obscure API (#53081)

I missed the extra `Activator` in Activator.RuntimeType.cs (the rest are in Activator.cs). This was flagged on the NativeAOT side.

Also missed the APIs on `ModuleHandle` that I found by accident just now.
src/coreclr/System.Private.CoreLib/src/System/Reflection/CustomAttribute.cs
src/coreclr/System.Private.CoreLib/src/System/RuntimeHandles.cs
src/coreclr/System.Private.CoreLib/src/System/RuntimeType.CoreCLR.cs
src/libraries/System.Private.CoreLib/src/System/Activator.RuntimeType.cs
src/libraries/System.Runtime/ref/System.Runtime.cs
src/mono/System.Private.CoreLib/src/System/ModuleHandle.cs