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