1 implementation of IIntroduceVariableService
Microsoft.CodeAnalysis.Features (1)
IntroduceVariable\AbstractIntroduceVariableService.cs (1)
26internal abstract partial class AbstractIntroduceVariableService<TService, TExpressionSyntax, TTypeSyntax, TTypeDeclarationSyntax, TQueryExpressionSyntax, TNameSyntax> : IIntroduceVariableService
3 references to IIntroduceVariableService
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceVariable\CSharpIntroduceVariableService.cs (1)
21[ExportLanguageService(typeof(IIntroduceVariableService), LanguageNames.CSharp), Shared]
Microsoft.CodeAnalysis.Features (2)
IntroduceVariable\IntroduceVariableCodeRefactoringProvider.cs (2)
29var service = document.GetRequiredLanguageService<IIntroduceVariableService>();