10 instantiations of JsonPropertyOrderAttribute
Microsoft.AspNetCore.Http.Abstractions (5)
ProblemDetails\ProblemDetails.cs (5)
20[JsonPropertyOrder(-5)] 30[JsonPropertyOrder(-4)] 38[JsonPropertyOrder(-3)] 46[JsonPropertyOrder(-2)] 54[JsonPropertyOrder(-1)]
Microsoft.Extensions.AI.Abstractions (1)
Contents\DataContent.cs (1)
172[JsonPropertyOrder(1)]
Microsoft.Extensions.AI.Abstractions.Tests (2)
test\Shared\JsonSchemaExporter\TestTypes.cs (2)
1169[JsonPropertyOrder(0)] 1171[JsonPropertyOrder(1)]
Shared.Tests (2)
JsonSchemaExporter\TestTypes.cs (2)
1169[JsonPropertyOrder(0)] 1171[JsonPropertyOrder(1)]
4 references to JsonPropertyOrderAttribute
System.Text.Json (4)
System\Text\Json\Serialization\Attributes\JsonPropertyOrderAttribute.cs (1)
15/// Initializes a new instance of <see cref="JsonPropertyOrderAttribute"/> with the specified order.
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (2)
366JsonPropertyOrderAttribute? orderAttr = memberInfo.GetCustomAttribute<JsonPropertyOrderAttribute>(inherit: false);
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (1)
834/// the value of this property will be mapped from <see cref="JsonPropertyOrderAttribute"/> annotations.