7 references to _customAttributeTable
System.Reflection.Metadata (7)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (7)
156case TableIndex.CustomAttribute: SetTableCapacity(_customAttributeTable, rowCount); break; 231case TableIndex.CustomAttribute : return _customAttributeTable.Count; 303rowCounts[(int)TableIndex.CustomAttribute] = _customAttributeTable.Count; 755_customAttributeTable.Add(new CustomAttributeRow 762return CustomAttributeHandle.FromRowId(_customAttributeTable.Count); 2057var ordered = _customAttributeTableNeedsSorting && !metadataSizes.IsEncDelta ? _customAttributeTable.OrderBy((x, y) => x.Parent - y.Parent) : _customAttributeTable;