1 write to Order
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (1)
367propertyInfo.Order = orderAttr?.Order ?? 0;
2 references to Order
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (2)
239/// unless either of the entries specifies a non-zero <see cref="JsonPropertyInfo.Order"/> value, 240/// in which case the properties will be stable sorted by <see cref="JsonPropertyInfo.Order"/>.