1 write to Parent
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
757
Parent
= parentCodedIndex,
3 references to Parent
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (3)
2057
var ordered = _customAttributeTableNeedsSorting && !metadataSizes.IsEncDelta ? _customAttributeTable.OrderBy((x, y) => x.
Parent
- y.
Parent
) : _customAttributeTable;
2061
writer.WriteReference(customAttribute.
Parent
, metadataSizes.HasCustomAttributeCodedIndexIsSmall);