1 write to UnmappedMemberHandling
System.Text.Json.SourceGeneration (1)
src\libraries\System.Text.Json\Common\JsonSourceGenerationOptionsAttribute.cs (1)
39
UnmappedMemberHandling
= JsonUnmappedMemberHandling.Disallow;
1 reference to UnmappedMemberHandling
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
392
case nameof(JsonSourceGenerationOptionsAttribute.
UnmappedMemberHandling
):