1 write to ObjectCreationHandling
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
1223ObjectCreationHandling = objectCreationHandling,
2 references to ObjectCreationHandling
System.Text.Json.SourceGeneration (2)
JsonSourceGenerator.Emitter.cs (2)
688if (property.ObjectCreationHandling != null) 690writer.WriteLine($"properties[{i}].ObjectCreationHandling = {FormatObjectCreationHandling(property.ObjectCreationHandling.Value)};");