6 references to _typeRefTable
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (6)
148
case TableIndex.TypeRef: SetTableCapacity(
_typeRefTable
, rowCount); break;
261
case TableIndex.TypeRef : return
_typeRefTable
.Count;
333
rowCounts[(int)TableIndex.TypeRef] =
_typeRefTable
.Count;
571
_typeRefTable
.Add(new TypeRefRow
578
return TypeReferenceHandle.FromRowId(
_typeRefTable
.Count);
1954
foreach (TypeRefRow typeRef in
_typeRefTable
)