1 implementation of IReplaceMethodWithPropertyService
Microsoft.CodeAnalysis.CSharp.Features (1)
ReplaceMethodWithProperty\CSharpReplaceMethodWithPropertyService.cs (1)
28internal sealed class CSharpReplaceMethodWithPropertyService : AbstractReplaceMethodWithPropertyService<MethodDeclarationSyntax>, IReplaceMethodWithPropertyService
9 references to IReplaceMethodWithPropertyService
Microsoft.CodeAnalysis.CSharp.Features (1)
ReplaceMethodWithProperty\CSharpReplaceMethodWithPropertyService.cs (1)
27[ExportLanguageService(typeof(IReplaceMethodWithPropertyService), LanguageNames.CSharp), Shared]
Microsoft.CodeAnalysis.Features (8)
ReplaceMethodWithProperty\ReplaceMethodWithPropertyCodeRefactoringProvider.cs (8)
36var service = document.GetLanguageService<IReplaceMethodWithPropertyService>(); 221var service = originalDocument.GetRequiredLanguageService<IReplaceMethodWithPropertyService>(); 235IReplaceMethodWithPropertyService service, 275IReplaceMethodWithPropertyService service, 358var service = updatedDocument.GetRequiredLanguageService<IReplaceMethodWithPropertyService>();