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