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