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