2 instantiations of JsonUnmappedMemberHandlingAttribute
Microsoft.AspNetCore.OpenApi.Tests (2)
Services\OpenApiSchemaService\OpenApiSchemaService.RequestBodySchemas.cs (2)
651
[
JsonUnmappedMemberHandling
(JsonUnmappedMemberHandling.Disallow)]
657
[
JsonUnmappedMemberHandling
(JsonUnmappedMemberHandling.Skip)]
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)
272
JsonUnmappedMemberHandlingAttribute
? 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.