2 references to GetSerializedMetadata
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\MetadataRootBuilder.cs (1)
72_serializedMetadata = tablesAndHeaps.GetSerializedMetadata(EmptyRowCounts, metadataVersionByteCount, isStandaloneDebugMetadata: false);
System\Reflection\Metadata\Ecma335\PortablePdbBuilder.cs (1)
64_serializedMetadata = tablesAndHeaps.GetSerializedMetadata(typeSystemRowCounts, MetadataVersion.Length, isStandaloneDebugMetadata: true);