3 references to Skip
Microsoft.AspNetCore.OpenApi.Tests (1)
Services\OpenApiSchemaService\OpenApiSchemaService.RequestBodySchemas.cs (1)
849
[JsonUnmappedMemberHandling(JsonUnmappedMemberHandling.
Skip
)]
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializer.Helpers.cs (1)
96
handling is JsonUnmappedMemberHandling.
Skip
or JsonUnmappedMemberHandling.Disallow;
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
1143
: JsonUnmappedMemberHandling.
Skip
);