2 types derived from AbstractIntroduceParameterCodeRefactoringProvider
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceParameter\CSharpIntroduceParameterCodeRefactoringProvider.cs (1)
15internal partial class CSharpIntroduceParameterCodeRefactoringProvider : AbstractIntroduceParameterCodeRefactoringProvider<
Microsoft.CodeAnalysis.VisualBasic.Features (1)
IntroduceParameter\VisualBasicIntroduceParameterCodeRefactoringProvider.vb (1)
15Inherits AbstractIntroduceParameterCodeRefactoringProvider(Of ExpressionSyntax, InvocationExpressionSyntax, ObjectCreationExpressionSyntax, IdentifierNameSyntax)
2 references to AbstractIntroduceParameterCodeRefactoringProvider
Microsoft.CodeAnalysis.Features (2)
IntroduceParameter\IntroduceParameterDocumentRewriter.cs (2)
25private readonly AbstractIntroduceParameterCodeRefactoringProvider<TExpressionSyntax, TInvocationExpressionSyntax, TObjectCreationExpressionSyntax, TIdentifierNameSyntax> _service; 38AbstractIntroduceParameterCodeRefactoringProvider<TExpressionSyntax, TInvocationExpressionSyntax, TObjectCreationExpressionSyntax, TIdentifierNameSyntax> service,