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