### Description guidSizes is incorrectly accumulated here: https://github.com/dotnet/runtime/blob/main/src/libraries/System.Reflection.Metadata/src/System/Reflection/Metadata/Ecma335/MetadataAggregator.cs#L156 The size of GUID heap in aggregated metadata is the same as the size in the metadata delta where the GUID is used (unlike other heaps). ### Regression? No ### Known Workarounds See https://github.com/dotnet/metadata-tools/pull/308