1 instantiation of TypeSpecRow
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
583
_typeSpecTable.Add(new
TypeSpecRow
3 references to TypeSpecRow
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (3)
116
private readonly List<
TypeSpecRow
> _typeSpecTable = new List<
TypeSpecRow
>();
2192
foreach (
TypeSpecRow
typeSpec in _typeSpecTable)