2 writes to UnmappedMemberHandling
Microsoft.Extensions.AI.Abstractions.Tests (1)
test\Shared\JsonSchemaExporter\TestTypes.cs (1)
530
Options: new() {
UnmappedMemberHandling
= JsonUnmappedMemberHandling.Disallow });
Shared.Tests (1)
JsonSchemaExporter\TestTypes.cs (1)
530
Options: new() {
UnmappedMemberHandling
= JsonUnmappedMemberHandling.Disallow });
5 references to UnmappedMemberHandling
Microsoft.Extensions.AI.Abstractions (1)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (1)
244
JsonUnmappedMemberHandling effectiveUnmappedMemberHandling = typeInfo.UnmappedMemberHandling ?? typeInfo.Options.
UnmappedMemberHandling
;
Shared (1)
JsonSchemaExporter\JsonSchemaExporter.cs (1)
244
JsonUnmappedMemberHandling effectiveUnmappedMemberHandling = typeInfo.UnmappedMemberHandling ?? typeInfo.Options.
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.