1 write to ParameterType
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
1481
ParameterType
= 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})"))}}}""";
733
ParameterType = typeof({{spec.
ParameterType
.FullyQualifiedName}}),
736
DefaultValue = {{(spec.HasDefaultValue ? CSharpSyntaxUtilities.FormatLiteral(spec.DefaultValue, spec.
ParameterType
) : "null")}},
932
sb.Append($"{GetParamUnboxing(param.
ParameterType
, index)}, ");