1 implementation of IReplacePropertyWithMethodsService
Microsoft.CodeAnalysis.Features (1)
ReplacePropertyWithMethods\AbstractReplacePropertyWithMethodsService.cs (1)
21: IReplacePropertyWithMethodsService
4 references to IReplacePropertyWithMethodsService
Microsoft.CodeAnalysis.Features (4)
ReplacePropertyWithMethods\ReplacePropertyWithMethodsCodeRefactoringProvider.cs (4)
41var service = document.GetLanguageService<IReplacePropertyWithMethodsService>(); 221var service = originalDocument.GetRequiredLanguageService<IReplacePropertyWithMethodsService>(); 237IReplacePropertyWithMethodsService service, 355var service = updatedDocument.GetRequiredLanguageService<IReplacePropertyWithMethodsService>();