5 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)]
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)
366
JsonPropertyOrderAttribute
? 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.