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