1 write to ParameterType
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
2620ParameterType = property.PropertyType,
2 references to ParameterType
System.Text.Json.SourceGeneration (2)
JsonSourceGenerator.Emitter.cs (2)
1480ParameterType = typeof({{spec.ParameterType.FullyQualifiedName}}), 1710sb.Append($"{property.Name} = ({property.ParameterType.FullyQualifiedName})args[{property.ParameterIndex}], ");