1 write to _desiredSetMethodName
Microsoft.CodeAnalysis.Features (1)
ReplacePropertyWithMethods\AbstractReplacePropertyWithMethodsService.cs (1)
113
_desiredSetMethodName
= desiredSetMethodName;
2 references to _desiredSetMethodName
Microsoft.CodeAnalysis.Features (2)
ReplacePropertyWithMethods\AbstractReplacePropertyWithMethodsService.cs (2)
312
newIdentifierToken = Generator.Identifier(
_desiredSetMethodName
);
420
return GetInvocationExpression(
_desiredSetMethodName
,