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