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