Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
Add a comment
  • Loading branch information
jkoritzinsky committed Aug 8, 2024
commit 5d69457057a114e4e044f28cf1617c1bcb0d3b28
2 changes: 2 additions & 0 deletions src/native/managed/cdacreader/src/Helpers/Metadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ public virtual MetadataReader GetMetadata(Contracts.ModuleHandle module)
{
var targetEcmaMetadata = _target.Contracts.Loader.GetReadWriteMetadata(module);

// From the multiple different target spans, we need to build a single
// contiguous ECMA-335 metadata blob.
BlobBuilder builder = new BlobBuilder();
builder.WriteUInt32(0x424A5342);

Expand Down