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