diff --git a/MetadataProcessor.Shared/Tables/nanoMethodReferenceTable.cs b/MetadataProcessor.Shared/Tables/nanoMethodReferenceTable.cs index ee8b4c7..aae61d6 100644 --- a/MetadataProcessor.Shared/Tables/nanoMethodReferenceTable.cs +++ b/MetadataProcessor.Shared/Tables/nanoMethodReferenceTable.cs @@ -41,7 +41,7 @@ public bool Equals(MethodReference lhs, MethodReference rhs) /// public int GetHashCode(MethodReference that) { - return that.MetadataToken.RID.GetHashCode(); + return that.MetadataToken.GetHashCode(); } }