This commit adapts the generated code so that each injection point has a dedicated namespace in the form of a private method. That prevents the same variable to be reused twice which lead to a compilation failure previously. Closes gh-30437
This commit adapts the generated code so that each injection point has a dedicated namespace in the form of a private method. That prevents the same variable to be reused twice which lead to a compilation failure previously. Closes gh-30437