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