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