1 write to ParameterType
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
1481ParameterType = parameterTypeRef,
4 references to ParameterType
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Emitter.cs (4)
527: $$"""new[] {{{string.Join(", ", typeMetadata.CtorParamGenSpecs.Select(p => $"typeof({p.ParameterType.FullyQualifiedName})"))}}}"""; 733ParameterType = typeof({{spec.ParameterType.FullyQualifiedName}}), 736DefaultValue = {{(spec.HasDefaultValue ? CSharpSyntaxUtilities.FormatLiteral(spec.DefaultValue, spec.ParameterType) : "null")}}, 932sb.Append($"{GetParamUnboxing(param.ParameterType, index)}, ");