Implement Type.IsByRefLike for CoreCLR (#13123)
authorAtsushi Kanamori <AtsushiKan@users.noreply.github.com>
Mon, 31 Jul 2017 15:28:04 +0000 (08:28 -0700)
committerJan Kotas <jkotas@microsoft.com>
Mon, 31 Jul 2017 15:28:04 +0000 (17:28 +0200)
commitc61525b5883e883621f98d44f479b15d790b0533
tree3233f45036fdd252cf53503bfe84ac45be445e54
parent8f812c117bd80c59978859c601a6369c0499b101
Implement Type.IsByRefLike for CoreCLR (#13123)

Since this already exists in CoreRT and the
virtual method will get propagated to CoreCLR,
we might as well make it work here before an IsByRefLike
check finds its way into shared code and starts
throwing NotSupportedExceptions on CoreCLR.
src/mscorlib/shared/System/Reflection/TypeDelegator.cs
src/mscorlib/src/System/RtType.cs
src/mscorlib/src/System/RuntimeHandles.cs
src/vm/ecalllist.h
src/vm/runtimehandles.cpp
src/vm/runtimehandles.h
src/vm/typehandle.cpp
src/vm/typehandle.h