1 write to _customAttributeTableNeedsSorting
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
752_customAttributeTableNeedsSorting |= parentCodedIndex < _customAttributeTableLastParent;
1 reference to _customAttributeTableNeedsSorting
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
2057var ordered = _customAttributeTableNeedsSorting && !metadataSizes.IsEncDelta ? _customAttributeTable.OrderBy((x, y) => x.Parent - y.Parent) : _customAttributeTable;