1 write to _constantTableNeedsSorting
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
670
_constantTableNeedsSorting
|= parentCodedIndex < _constantTableLastParent;
1 reference to _constantTableNeedsSorting
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
2040
var ordered =
_constantTableNeedsSorting
? _constantTable.OrderBy((x, y) => x.Parent - y.Parent) : _constantTable;