3 instantiations of JsonExtensionData
Microsoft.AspNetCore.Http.Abstractions (1)
ProblemDetails\ProblemDetails.cs (1)
69[JsonExtensionData]
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\FormattingOptions.cs (1)
62[JsonExtensionData]
Protocol\MessageActionItem.cs (1)
34[JsonExtensionData]
3 references to JsonExtensionData
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (1)
361jsonPropertyInfo.IsExtensionData = memberInfo.GetCustomAttribute<JsonExtensionDataAttribute>(inherit: false) != null;
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (1)
315/// the value of this property will be mapped from <see cref="JsonExtensionDataAttribute"/> annotations.
System\Text\Json\Serialization\Metadata\JsonPropertyInfoValuesOfT.cs (1)
67/// Whether the property was annotated with <see cref="JsonExtensionDataAttribute"/>.