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 {