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