3 references to UnmappedMemberHandling
System.Text.Json (3)
src\libraries\System.Text.Json\Common\JsonSourceGenerationOptionsAttribute.cs (1)
139
/// Specifies the default value of <see cref="JsonSerializerOptions.
UnmappedMemberHandling
"/> when set.
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
211
JsonUnmappedMemberHandling 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.