1 instantiation of CustomAttributeRow
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
755
_customAttributeTable.Add(new
CustomAttributeRow
3 references to CustomAttributeRow
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (3)
73
private readonly List<
CustomAttributeRow
> _customAttributeTable = new List<
CustomAttributeRow
>();
2059
foreach (
CustomAttributeRow
customAttribute in ordered)