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