3 references to ICodeRefactoringService
Microsoft.CodeAnalysis.Features (3)
CodeRefactorings\CodeRefactoringService.cs (2)
26[Export(typeof(ICodeRefactoringService)), Shared] 30[ImportMany] IEnumerable<Lazy<CodeRefactoringProvider, CodeChangeProviderMetadata>> providers) : ICodeRefactoringService
CodeRefactorings\ICodeRefactoringService.cs (1)
22public static Task<ImmutableArray<CodeRefactoring>> GetRefactoringsAsync(this ICodeRefactoringService service, TextDocument document, TextSpan state, CancellationToken cancellationToken)