summaryrefslogtreecommitdiff
path: root/src/vm/versionresilienthashcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/versionresilienthashcode.h')
-rw-r--r--src/vm/versionresilienthashcode.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/vm/versionresilienthashcode.h b/src/vm/versionresilienthashcode.h
new file mode 100644
index 0000000000..9ef0dd31c3
--- /dev/null
+++ b/src/vm/versionresilienthashcode.h
@@ -0,0 +1,9 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+int GetVersionResilientTypeHashCode(TypeHandle type);
+
+bool GetVersionResilientTypeHashCode(IMDInternalImport *pMDImport, mdExportedType token, int * pdwHashCode);
+
+int GetVersionResilientMethodHashCode(MethodDesc *pMD);