Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2021-06-04 01:02:51 +0300
committerGitHub <noreply@github.com>2021-06-04 01:02:51 +0300
commit4fd2db96d5607752b69763f0b095446c971ab7f1 (patch)
tree8c4ac1b9772ef42935587faa3620d3fb84f27dea /src/coreclr/inc
parente218d8e5edccae61fa3a28dea46d66f054d43b58 (diff)
Improve ENC logging. (#53695)
Fix assert in CMiniMdRW::GetTableForToken. g_TblIndex entries for MethodImpl and NestedClass needed token values.
Diffstat (limited to 'src/coreclr/inc')
-rw-r--r--src/coreclr/inc/corhdr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coreclr/inc/corhdr.h b/src/coreclr/inc/corhdr.h
index de3e95df31e..ecefcef61ac 100644
--- a/src/coreclr/inc/corhdr.h
+++ b/src/coreclr/inc/corhdr.h
@@ -1498,6 +1498,7 @@ typedef enum CorTokenType
mdtFile = 0x26000000, //
mdtExportedType = 0x27000000, //
mdtManifestResource = 0x28000000, //
+ mdtNestedClass = 0x29000000, //
mdtGenericParam = 0x2a000000, //
mdtMethodSpec = 0x2b000000, //
mdtGenericParamConstraint = 0x2c000000,