2 implementations of ICodeRefactoringHelpersService
Microsoft.CodeAnalysis.EditorFeatures (1)
CodeRefactorings\EditorLayerCodeActionHelpersService.cs (1)
28private class CodeActionHelpersService : ICodeRefactoringHelpersService
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\ServicesLayerCodeActionHelpersService.cs (1)
26private class CodeActionHelpersService : ICodeRefactoringHelpersService
3 references to ICodeRefactoringHelpersService
Microsoft.CodeAnalysis.EditorFeatures (1)
CodeRefactorings\EditorLayerCodeActionHelpersService.cs (1)
15[ExportWorkspaceServiceFactory(typeof(ICodeRefactoringHelpersService), ServiceLayer.Editor), Shared]
Microsoft.CodeAnalysis.Features (2)
CodeRefactorings\ExtractMethod\AbstractExtractMethodCodeRefactoringProvider.cs (1)
49var activeInlineRenameSession = solution.Services.GetService<ICodeRefactoringHelpersService>().ActiveInlineRenameSession;
CodeRefactorings\ServicesLayerCodeActionHelpersService.cs (1)
14[ExportWorkspaceServiceFactory(typeof(ICodeRefactoringHelpersService), ServiceLayer.Default), Shared]