1 write to _service
Microsoft.CodeAnalysis.Features (1)
ReplacePropertyWithMethods\AbstractReplacePropertyWithMethodsService.cs (1)
105
_service
= service;
3 references to _service
Microsoft.CodeAnalysis.Features (3)
ReplacePropertyWithMethods\AbstractReplacePropertyWithMethodsService.cs (3)
118
_cref =
_service
.TryGetCrefSyntax(_identifierName);
183
return replacer.
_service
.UnwrapCompoundAssignment(parent, readExpression);
317
return
_service
.CreateCrefSyntax(originalCref, newIdentifierToken, parameterType);