1 write to GetMethod
Microsoft.CodeAnalysis.Features (1)
ReplaceMethodWithProperty\IReplaceMethodWithPropertyService.cs (1)
42
GetMethod
= getMethod;
3 references to GetMethod
Microsoft.CodeAnalysis.CSharp.Features (1)
ReplaceMethodWithProperty\CSharpReplaceMethodWithPropertyService.cs (1)
247
var getMethod = getAndSetMethods.
GetMethod
;
Microsoft.CodeAnalysis.Features (1)
ReplaceMethodWithProperty\AbstractReplaceMethodWithPropertyService.cs (1)
22
if (OverridesMetadataSymbol(getAndSetMethods.
GetMethod
) ||
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ReplaceMethodWithProperty\VisualBasicReplaceMethodWithPropertyService.vb (1)
110
If getAndSetMethods.
GetMethod
.DeclaredAccessibility <> getAndSetMethods.SetMethod.DeclaredAccessibility Then