3 instantiations of JsonExtensionData
Microsoft.AspNetCore.Http.Abstractions (1)
ProblemDetails\ProblemDetails.cs (1)
69[JsonExtensionData]
MonoTargetsTasks (2)
RuntimeConfigParser\RuntimeConfigParser.cs (2)
145[JsonExtensionData] 155[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"/>.