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)
41
var service = document.GetLanguageService<
IReplacePropertyWithMethodsService
>();
221
var service = originalDocument.GetRequiredLanguageService<
IReplacePropertyWithMethodsService
>();
237
IReplacePropertyWithMethodsService
service,
355
var service = updatedDocument.GetRequiredLanguageService<
IReplacePropertyWithMethodsService
>();