1 write to ParameterIndex
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
1772ParameterIndex = matchingConstructorParameter?.ArgsIndex ?? paramCount++,
2 references to ParameterIndex
System.Text.Json.SourceGeneration (2)
JsonSourceGenerator.Emitter.cs (2)
1298Position = {{spec.ParameterIndex}}, 1529sb.Append($"{property.Name} = ({property.ParameterType.FullyQualifiedName}){ArgsVarName}[{property.ParameterIndex}], ");