4 instantiations of JsonUnmappedMemberHandlingAttribute
Microsoft.AspNetCore.OpenApi.Tests (2)
Services\OpenApiSchemaService\OpenApiSchemaService.RequestBodySchemas.cs (2)
650[JsonUnmappedMemberHandling(JsonUnmappedMemberHandling.Disallow)] 656[JsonUnmappedMemberHandling(JsonUnmappedMemberHandling.Skip)]
Microsoft.Extensions.AI.Abstractions.Tests (1)
test\Shared\JsonSchemaExporter\TestTypes.cs (1)
1013[JsonUnmappedMemberHandling(JsonUnmappedMemberHandling.Disallow)]
Shared.Tests (1)
JsonSchemaExporter\TestTypes.cs (1)
1013[JsonUnmappedMemberHandling(JsonUnmappedMemberHandling.Disallow)]
4 references to JsonUnmappedMemberHandlingAttribute
System.Text.Json (4)
System\Text\Json\Serialization\Attributes\JsonUnmappedMemberHandlingAttribute.cs (1)
15/// Initializes a new instance of <see cref="JsonUnmappedMemberHandlingAttribute"/>.
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (2)
272JsonUnmappedMemberHandlingAttribute? numberHandlingAttribute = type.GetUniqueCustomAttribute<JsonUnmappedMemberHandlingAttribute>(inherit: false);
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
532/// the value of this callback will be mapped from any <see cref="JsonUnmappedMemberHandlingAttribute"/> annotations.