1 instantiation of ExportedTypeRow
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
1145
_exportedTypeTable.Add(new
ExportedTypeRow
3 references to ExportedTypeRow
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (3)
85
private readonly List<
ExportedTypeRow
> _exportedTypeTable = new List<
ExportedTypeRow
>();
2263
foreach (
ExportedTypeRow
exportedType in _exportedTypeTable)