3 writes to UnmappedMemberHandling
Microsoft.Diagnostics.DataContractReader (1)
_generated\13\ContractDescriptorContext.g.cs (1)
30UnmappedMemberHandling = global::System.Text.Json.Serialization.JsonUnmappedMemberHandling.Skip,
Microsoft.Extensions.AI.Abstractions.Tests (1)
test\Shared\JsonSchemaExporter\TestTypes.cs (1)
548Options: new() { UnmappedMemberHandling = JsonUnmappedMemberHandling.Disallow });
Shared.Tests (1)
JsonSchemaExporter\TestTypes.cs (1)
548Options: new() { UnmappedMemberHandling = JsonUnmappedMemberHandling.Disallow });
5 references to UnmappedMemberHandling
System.Text.Json (5)
src\runtime\src\libraries\System.Text.Json\Common\JsonSourceGenerationOptionsAttribute.cs (1)
151/// Specifies the default value of <see cref="JsonSerializerOptions.UnmappedMemberHandling"/> when set.
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
201JsonUnmappedMemberHandling effectiveUnmappedMemberHandling = typeInfo.UnmappedMemberHandling ?? typeInfo.Options.UnmappedMemberHandling;
System\Text\Json\Serialization\Attributes\JsonUnmappedMemberHandlingAttribute.cs (1)
8/// for the specific type, overriding the global <see cref="JsonSerializerOptions.UnmappedMemberHandling"/> setting.
System\Text\Json\Serialization\Converters\FSharp\FSharpUnionConverter.cs (1)
45?? options.UnmappedMemberHandling;
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
1620? Options.UnmappedMemberHandling