Replace GetInternalValue methods on RuntimeHandles with public equivalents (#85861)
authorJan Kotas <jkotas@microsoft.com>
Sat, 6 May 2023 13:50:43 +0000 (06:50 -0700)
committerGitHub <noreply@github.com>
Sat, 6 May 2023 13:50:43 +0000 (06:50 -0700)
commit798f9ef5eb592e3db8acf26673f3ace108960221
treecb7454037c2b0ef0f97fa219379b172d4d869281
parente557d5fc9f0836e4d046c2476a23c378b35dc430
Replace GetInternalValue methods on RuntimeHandles with public equivalents (#85861)
15 files changed:
src/coreclr/System.Private.CoreLib/src/System/GC.CoreCLR.cs
src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeHelpers.CoreCLR.cs
src/coreclr/System.Private.CoreLib/src/System/RuntimeHandles.cs
src/coreclr/jit/importercalls.cpp
src/coreclr/jit/namedintrinsiclist.h
src/coreclr/nativeaot/System.Private.CoreLib/src/Internal/Runtime/Augments/RuntimeAugments.cs
src/coreclr/nativeaot/System.Private.CoreLib/src/System/RuntimeTypeHandle.cs
src/coreclr/nativeaot/System.Private.Reflection.Execution/src/Internal/Reflection/Execution/RuntimeHandlesExtensions.cs
src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/TypeSystemExtensions.cs
src/coreclr/nativeaot/Test.CoreLib/src/System/RuntimeTypeHandle.cs
src/coreclr/nativeaot/Test.CoreLib/src/System/Type.cs
src/coreclr/vm/corelib.h
src/coreclr/vm/ilmarshalers.cpp
src/coreclr/vm/methodtable.cpp
src/coreclr/vm/virtualcallstub.cpp