1 write to ParameterType
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
1540ParameterType = property.PropertyType,
2 references to ParameterType
System.Text.Json.SourceGeneration (2)
JsonSourceGenerator.Emitter.cs (2)
758ParameterType = typeof({{spec.ParameterType.FullyQualifiedName}}), 945sb.Append($"{property.Name} = {GetParamUnboxing(property.ParameterType, property.ParameterIndex)}, ");