summaryrefslogtreecommitdiff
path: root/src/vm/ecalllist.h
diff options
context:
space:
mode:
authorAaron Robinson <arobins@microsoft.com>2019-03-08 17:36:37 -0800
committerGitHub <noreply@github.com>2019-03-08 17:36:37 -0800
commitc194074a82ee35f31b1e55233b43256713b26467 (patch)
tree3a619035253d8ebfba896210adc5f1c030d3abef /src/vm/ecalllist.h
parentee56e5874db8780c99d2d93169aacf477f7b73f1 (diff)
downloadcoreclr-c194074a82ee35f31b1e55233b43256713b26467.tar.gz
coreclr-c194074a82ee35f31b1e55233b43256713b26467.tar.bz2
coreclr-c194074a82ee35f31b1e55233b43256713b26467.zip
Properly override IsEquivalentTo() API in RuntimeType (#23137)
* Properly override IsEquivalentTo() API in RuntimeType * Add tests for API validation
Diffstat (limited to 'src/vm/ecalllist.h')
-rw-r--r--src/vm/ecalllist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vm/ecalllist.h b/src/vm/ecalllist.h
index 35fbae2160..0298939dbf 100644
--- a/src/vm/ecalllist.h
+++ b/src/vm/ecalllist.h
@@ -268,6 +268,7 @@ FCFuncStart(gCOMTypeHandleFuncs)
FCFuncElement("Allocate", RuntimeTypeHandle::Allocate) //for A.CI
FCFuncElement("CompareCanonicalHandles", RuntimeTypeHandle::CompareCanonicalHandles)
FCIntrinsic("GetValueInternal", RuntimeTypeHandle::GetValueInternal, CORINFO_INTRINSIC_RTH_GetValueInternal)
+ FCFuncElement("IsEquivalentTo", RuntimeTypeHandle::IsEquivalentTo)
FCFuncEnd()
FCFuncStart(gMetaDataImport)