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