3 references to GetPrefix
Microsoft.CodeAnalysis.Features (3)
ReplaceMethodWithProperty\ReplaceMethodWithPropertyCodeRefactoringProvider.cs (3)
63
methodName[
GetPrefix
.Length..],
92
=> HasPrefix(text,
GetPrefix
);
99
var setMethodName = "Set" + getMethod.Name[
GetPrefix
.Length..];