1 write to ParameterIndex
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
1485ParameterIndex = i,
3 references to ParameterIndex
System.Text.Json.SourceGeneration (3)
JsonSourceGenerator.Emitter.cs (2)
734Position = {{spec.ParameterIndex}}, 931int index = param.ParameterIndex;
JsonSourceGenerator.Parser.cs (1)
1542ParameterIndex = matchingConstructorParameter?.ParameterIndex ?? paramCount++,