1 write to ParameterIndex
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
1542ParameterIndex = matchingConstructorParameter?.ParameterIndex ?? paramCount++,
2 references to ParameterIndex
System.Text.Json.SourceGeneration (2)
JsonSourceGenerator.Emitter.cs (2)
759Position = {{spec.ParameterIndex}}, 945sb.Append($"{property.Name} = {GetParamUnboxing(property.ParameterType, property.ParameterIndex)}, ");