From 68275deb05b18a16205134c413be5a44028b52e6 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Sun, 28 Feb 2021 00:15:05 +0100 Subject: [PATCH] Metadata: Fix typo in PropertyMap table --- ILSpy/Metadata/CorTables/PropertyMapTableTreeNode.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ILSpy/Metadata/CorTables/PropertyMapTableTreeNode.cs b/ILSpy/Metadata/CorTables/PropertyMapTableTreeNode.cs index 1a3e6c715..b4b7c4305 100644 --- a/ILSpy/Metadata/CorTables/PropertyMapTableTreeNode.cs +++ b/ILSpy/Metadata/CorTables/PropertyMapTableTreeNode.cs @@ -111,7 +111,7 @@ namespace ICSharpCode.ILSpy.Metadata } [StringFormat("X8")] - public int EventList => MetadataTokens.GetToken(propertyMap.PropertyList); + public int PropertyList => MetadataTokens.GetToken(propertyMap.PropertyList); public string PropertyListTooltip { get {