2 references to GetMethod
Microsoft.CodeAnalysis.CSharp.Features (1)
ReplaceMethodWithProperty\CSharpReplaceMethodWithPropertyService.cs (1)
251var getMethod = getAndSetMethods.GetMethod;
Microsoft.CodeAnalysis.Features (1)
ReplaceMethodWithProperty\AbstractReplaceMethodWithPropertyService.cs (1)
22if (OverridesMetadataSymbol(getAndSetMethods.GetMethod) ||