2 references to FindSetMethod
Microsoft.CodeAnalysis.Features (2)
ReplaceMethodWithProperty\ReplaceMethodWithPropertyCodeRefactoringProvider.cs (2)
79
var setMethod =
FindSetMethod
(methodSymbol);
413
var setMethod = updateSetMethod ?
FindSetMethod
(getMethod) : null;