2 references to JsonPropertyInfoTypeRef
System.Text.Json.SourceGeneration (2)
JsonSourceGenerator.Emitter.cs (2)
734
writer.WriteLine($"private static {
JsonPropertyInfoTypeRef
}[] {propInitMethodName}({JsonSerializerOptionsTypeRef} options)");
738
writer.WriteLine($"var properties = new {
JsonPropertyInfoTypeRef
}[{properties.Count}];");