1 write to InferClosedTypePolymorphism
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
594InferClosedTypePolymorphism = inferClosedTypePolymorphism,
4 references to InferClosedTypePolymorphism
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Emitter.cs (1)
2198if (optionsSpec.InferClosedTypePolymorphism is bool inferClosedTypePolymorphism)
JsonSourceGenerator.Parser.cs (3)
903options?.InferClosedTypePolymorphism is not true && 1120(inferClosedTypePolymorphismOverride ?? (options?.InferClosedTypePolymorphism is true)) && 1123options?.InferClosedTypePolymorphism is not true &&