2 references to GenerateParameterCodeAction
Microsoft.CodeAnalysis.Features (2)
GenerateMember\GenerateVariable\AbstractGenerateVariableService.cs (2)
249result.Add(new GenerateParameterCodeAction(document, state, includeOverridesAndImplementations: false, parameterIndex)); 252result.Add(new GenerateParameterCodeAction(document, state, includeOverridesAndImplementations: true, parameterIndex));