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