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