Imported Upstream version 6.4.0.187

Former-commit-id: 5d639ac69dc1ce3fc1d4431cd659bacef06fb55a
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-08-30 19:41:02 +00:00
parent 4730215017
commit 22441cc9fb
50 changed files with 52 additions and 44 deletions

View File

@ -226,6 +226,8 @@ namespace IKVM.Reflection.Reader
return (ManifestResourceTable.Index << 24) + (codedIndex >> 5);
case 19:
return (GenericParamTable.Index << 24) + (codedIndex >> 5);
case 20:
return (GenericParamConstraintTable.Index << 24) + (codedIndex >> 5);
default:
throw new BadImageFormatException();
}