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