6 references to _typeSpecTable
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (6)
169case TableIndex.TypeSpec: SetTableCapacity(_typeSpecTable, rowCount); break; 262case TableIndex.TypeSpec : return _typeSpecTable.Count; 334rowCounts[(int)TableIndex.TypeSpec] = _typeSpecTable.Count; 583_typeSpecTable.Add(new TypeSpecRow 588return TypeSpecificationHandle.FromRowId(_typeSpecTable.Count); 2192foreach (TypeSpecRow typeSpec in _typeSpecTable)