1 implementation of RemoveSetMethod
Microsoft.CodeAnalysis.CSharp.Features (1)
ReplaceMethodWithProperty\CSharpReplaceMethodWithPropertyService.cs (1)
36
public void
RemoveSetMethod
(SyntaxEditor editor, SyntaxNode setMethodDeclaration)
1 reference to RemoveSetMethod
Microsoft.CodeAnalysis.Features (1)
ReplaceMethodWithProperty\ReplaceMethodWithPropertyCodeRefactoringProvider.cs (1)
390
service.
RemoveSetMethod
(editor, setMethodDeclaration);