1 implementation of ICodeRefactoringService
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\CodeRefactoringService.cs (1)
26internal sealed class CodeRefactoringService : ICodeRefactoringService
26 references to ICodeRefactoringService
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (2)
SuggestedActionsSourceProvider.cs (2)
54private readonly ICodeRefactoringService _codeRefactoringService; 68ICodeRefactoringService codeRefactoringService,
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (10)
CodeRefactorings\CodeRefactoringServiceTest.cs (10)
48var refactoringService = workspace.GetService<ICodeRefactoringService>(); 93var refactoringService = workspace.GetService<ICodeRefactoringService>(); 112var refactoringService = workspace.GetService<ICodeRefactoringService>(); 167var refactoringService = workspace.GetService<ICodeRefactoringService>(); 206var refactoringService = workspace.GetService<ICodeRefactoringService>();
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Suggestions\SuggestedActionsSourceProvider.cs (2)
54private readonly ICodeRefactoringService _codeRefactoringService; 68ICodeRefactoringService codeRefactoringService,
Microsoft.CodeAnalysis.Features (2)
CodeRefactorings\CodeRefactoringService.cs (1)
25[Export(typeof(ICodeRefactoringService)), Shared]
CodeRefactorings\ICodeRefactoringService.cs (1)
23public static Task<ImmutableArray<CodeRefactoring>> GetRefactoringsAsync(this ICodeRefactoringService service, TextDocument document, TextSpan state, CodeActionOptionsProvider options, bool isBlocking, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.LanguageServer.Protocol (8)
Features\UnifiedSuggestions\UnifiedSuggestedActionsSource.cs (1)
438ICodeRefactoringService codeRefactoringService,
Handler\CodeActions\CodeActionHelpers.cs (3)
37ICodeRefactoringService codeRefactoringService, 182ICodeRefactoringService codeRefactoringService, 236ICodeRefactoringService codeRefactoringService,
Handler\CodeActions\CodeActionResolveHandler.cs (2)
41private readonly ICodeRefactoringService _codeRefactoringService; 48ICodeRefactoringService codeRefactoringService,
Handler\CodeActions\CodeActionsHandler.cs (2)
31private readonly ICodeRefactoringService _codeRefactoringService; 43ICodeRefactoringService codeRefactoringService,
Microsoft.VisualStudio.LanguageServices.Xaml (2)
Implementation\LanguageServer\Handler\CodeActions\CodeActionsHandlerProvider.cs (2)
29ICodeRefactoringService codeRefactoringService, 42ICodeRefactoringService codeRefactoringService,