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